From 2bfa510156245735582227b881c2115958abc64b Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Fri, 11 Mar 2022 23:13:00 -0700 Subject: fixed help command --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run.sh') diff --git a/run.sh b/run.sh index 052da27..fc59f5a 100755 --- a/run.sh +++ b/run.sh @@ -5,7 +5,7 @@ cd ../follow-src python3 source.py & SCRIPT_PID=$! -echo "The Twitch bot and Source script is now running. You can stop this script by typing \"stop\"" +echo "The Twitch bot and Source script is now running. You can stop this script by typing \"stop\" or pressing ^C" while read input; do case $input in -- cgit v1.2.3