diff options
author | Asa Venton <asav1410@gmail.com> | 2019-10-20 12:37:13 +0100 |
---|---|---|
committer | Asa Venton <asav1410@gmail.com> | 2019-10-20 12:37:13 +0100 |
commit | 3bd3c5778a4f8ff674b20860bac5b3152579d555 (patch) | |
tree | cbe9077c793fa1fe1a0b90381e3e643b7aeef3c0 | |
parent | b5361dca1b65b3786e84fec56885b28f7e714b5b (diff) |
Add and fix TODOs
-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 |