set -x if [[ $1 == '' || $1 == '-d' ]] then cp -p debug/dotty.exe ../bin elif [[ $1 == '-a' ]] then cp -p release/dotty.exe ../bin fi cp -p *.lefty ../lib/lefty