diff options
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 |