From bb28f7572e9ad3b79abd48880ee0821e8055a410 Mon Sep 17 00:00:00 2001 From: Asa Venton Date: Sun, 20 Oct 2019 13:49:06 +0100 Subject: Remove unnecessary comment --- livetimes.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/livetimes.sh b/livetimes.sh index e6ec3fe..a16bbc2 100755 --- a/livetimes.sh +++ b/livetimes.sh @@ -54,7 +54,6 @@ _stopsreturn() { if [ "$stop" == "-h" ] || [ "$stop" == "--help" ]; then echo "Usage: '!livetimes ' where is either the 4 digit stop code, the full unique or partial bus stop name. If a bus stop name is used and there are multiple matches then a list of matching stops will be returned with their codes." - # is this the correct exit code? exit 0 elif [[ "$stop" =~ ^-?[0-9]+$ ]] && [ $(echo ${#stop} == 4) ]; then _liveresult -- cgit v1.2.3