diff options
-rwxr-xr-x | livetimes.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/livetimes.sh b/livetimes.sh index 4f33afe..6f0feb1 100755 --- a/livetimes.sh +++ b/livetimes.sh @@ -1,5 +1,6 @@ #!/bin/bash -# TODO: Reject $stop similar to "Bus Station" and suggest user tries 'nextbus' script instead - pending creation of nextbus script +# TODO: If $stop similar to "Bus Station" then reject and suggest user tries supplying a route number to see when their next bus leaves the station +# TODO: Fix space at the start of new lines in result read stop # function to provide data to a for loop |