aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-01-27 17:50:34 +0100
committerTeddy Wing2018-01-27 17:50:34 +0100
commit54c976418877d15971d4ea4544d308cdbff196ce (patch)
treeac1098b1847b8efd8529b5dd34a2a93db8c12488
parent1c5416f04dc6f4b6c98f6007ca3410b8ec30c8e3 (diff)
downloadharvester-54c976418877d15971d4ea4544d308cdbff196ce.tar.bz2
harvester(main): Delete old commented code
This was an initial idea for command line argument parsing, but the `case` statement turned out to be better.
-rwxr-xr-xharvester3
1 files changed, 0 insertions, 3 deletions
diff --git a/harvester b/harvester
index 8f10c4d..f585026 100755
--- a/harvester
+++ b/harvester
@@ -21,9 +21,6 @@ function main () {
local description=''
while [ $# -gt 0 ]; do
- # if [ "$1" = '-p' -o "$1" = '--project' ]; then
- # fi
-
case "$1" in
-p | --project)
project="$2"