pedalboard-scripts/pedalboard.sh
2022-03-25 15:16:17 +01:00

9 lines
209 B
Bash

#!/usr/bin/env bash
# author: Daniel Sommer <daniel.sommer@velvettear.de>
# license: MIT
[[ ! -f "./config.env" ]] && printf "error: file \'config.env\' does not exist\n" && exit 1
source "./config.env"