summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsa Venton <asav1410@gmail.com>2019-10-20 13:49:06 +0100
committerAsa Venton <asav1410@gmail.com>2019-10-20 13:49:06 +0100
commitbb28f7572e9ad3b79abd48880ee0821e8055a410 (patch)
treec85f48b6d4b0d4d5b1ffb3a7b22ab7310baa2c3b
parent61dffc91c68bead375108d1fdf6b9c9b055a4db2 (diff)
Remove unnecessary comment
-rwxr-xr-xlivetimes.sh1
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