diff options
author | Asa Venton <asav1410@gmail.com> | 2019-10-20 13:49:06 +0100 |
---|---|---|
committer | Asa Venton <asav1410@gmail.com> | 2019-10-20 13:49:06 +0100 |
commit | bb28f7572e9ad3b79abd48880ee0821e8055a410 (patch) | |
tree | c85f48b6d4b0d4d5b1ffb3a7b22ab7310baa2c3b /livetimes.sh | |
parent | 61dffc91c68bead375108d1fdf6b9c9b055a4db2 (diff) |
Remove unnecessary comment
Diffstat (limited to 'livetimes.sh')
-rwxr-xr-x | livetimes.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 <stop>' where <stop> 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 |