diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-05-21 18:03:52 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-05-21 18:03:52 -0400 |
| commit | bbb982243b6564e526fb581f55946704cdf256a3 (patch) | |
| tree | d09a8005c74e3b6d5b70011201cbfd1648dc9550 /run_bash.sh | |
| parent | 5b5679e92f2541a69210c20c4450e07d7fbb1337 (diff) | |
| download | AleeBot-bbb982243b6564e526fb581f55946704cdf256a3.tar.gz AleeBot-bbb982243b6564e526fb581f55946704cdf256a3.tar.bz2 AleeBot-bbb982243b6564e526fb581f55946704cdf256a3.zip | |
Changed invalid input to bad command
Diffstat (limited to 'run_bash.sh')
| -rw-r--r-- | run_bash.sh | 2 |
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 |
