From 1e970ff9ec8f34e97d3cf09fc06aa6bd22e5b614 Mon Sep 17 00:00:00 2001 From: Alee Date: Mon, 28 Jan 2019 16:29:49 -0500 Subject: multiline comment --- build.sh | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/build.sh b/build.sh index 37489d5..2c480cb 100644 --- a/build.sh +++ b/build.sh @@ -1,14 +1,16 @@ #!/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 +<