aboutsummaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2022-03-11 23:13:00 -0700
committerBryson Steck <steck.bryson@gmail.com>2022-03-11 23:13:00 -0700
commit2bfa510156245735582227b881c2115958abc64b (patch)
tree4bac8d91b3552b037fdf7029cc0a2a9642c1686e /run.sh
parent787a307b83cb8c1ca9272f8068fef641298bfd55 (diff)
downloadlset-2bfa510156245735582227b881c2115958abc64b.tar
lset-2bfa510156245735582227b881c2115958abc64b.tar.gz
lset-2bfa510156245735582227b881c2115958abc64b.tar.bz2
fixed help command
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
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