#!/bin/bash cd "$(dirname "$0")" if [ ! -f config.yaml ]; then cp config.yaml.example config.yaml; fi ./server