#! /bin/bash if [ -z "$1" ] || [ $# -eq 0 ] then make config=debug clean && make config=release clean else make config=$1 clean fi