if [[ "$1" == "linux" ]]; then cp os/linux/Makefile ./ elif [[ "$1" == "windows" ]]; then cp os/windows/Makefile ./ else echo "Error! Please use an os in the os folder" exit 1 fi mkdir package exit 0