#! /bin/bash if [ -z "$1" ] || [ $# -eq 0 ] then ./vendor/premake5/premake5 --config=Debug ecc else ./vendor/premake5/premake5 --config=$1 ecc fi