aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-05-21 18:03:52 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-05-21 18:03:52 -0400
commitbbb982243b6564e526fb581f55946704cdf256a3 (patch)
treed09a8005c74e3b6d5b70011201cbfd1648dc9550
parent5b5679e92f2541a69210c20c4450e07d7fbb1337 (diff)
downloadAleeBot-bbb982243b6564e526fb581f55946704cdf256a3.tar.gz
AleeBot-bbb982243b6564e526fb581f55946704cdf256a3.tar.bz2
AleeBot-bbb982243b6564e526fb581f55946704cdf256a3.zip
Changed invalid input to bad command
-rw-r--r--run_bash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_bash.sh b/run_bash.sh
index a7ca506..cca71f5 100644
--- a/run_bash.sh
+++ b/run_bash.sh
@@ -37,7 +37,7 @@ case $input in
exit 1
;;
*)
-echo "Invalid input..."
+echo "Bad command"
;;
esac
done \ No newline at end of file