| ############################################################ | ############################################################ | ||||
| # retrieve variables from .env file (see .env.template for template) | # retrieve variables from .env file (see .env.template for template) | ||||
| source .env.dev | |||||
| source .env | |||||
| # error message for no flags | # error message for no flags | ||||
| if (( $# == 0 )); then | if (( $# == 0 )); then |