From 3695d97e90407445ee8b93c5f388ea110bef2404 Mon Sep 17 00:00:00 2001 From: Alee Date: Mon, 28 Jan 2019 16:28:15 -0500 Subject: For now build.sh is broken, and added enhancements in build.bat --- build.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 build.sh (limited to 'build.sh') diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..37489d5 --- /dev/null +++ b/build.sh @@ -0,0 +1,14 @@ +#!/bin/bash +#echo 'Building Program...' +#echo 'Shell: Bash' +#if [ -d "out" ] +#then +#echo 'Skipping making the "out" directory...' +#else +#mkdir out +#echo 'Created the "out" folder..' +#fi +#g++ --version +#g++ -g main.cpp -o out/game.exe +#echo 'Building Complete!' +#read -p 'Press any key to finish...' \ No newline at end of file -- cgit v1.2.3