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