if [[ "$1" == "Linux" ]]; then cp os/linux/Makefile ./ elif [[ "$1" == "Windows" ]]; then cp os/windows/Makefile ./ else echo "Error! No os specified" exit 1 fi exit 0