diff options
| author | Teddy Wing | 2018-01-27 17:41:55 +0100 |
|---|---|---|
| committer | Teddy Wing | 2018-01-27 17:43:34 +0100 |
| commit | c99f17eb0186b3daad5d43885c654520a95daa9a (patch) | |
| tree | 5ad0e83d43546575b954b5be585e30c729b66d2e | |
| parent | d300bbb967bea77e00ec0459bb2684d5fb87b3f8 (diff) | |
| download | harvester-c99f17eb0186b3daad5d43885c654520a95daa9a.tar.bz2 | |
harvester: Delete `get_value` function
Not using this. I had added it as a possible way to handle both `-p` and
`--project=aproject`-style variables at the same time, but it didn't
seem like I'd be able to do that, which is why I now have two case
branches per option.
| -rwxr-xr-x | harvester | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,9 +1,5 @@ #!/bin/bash -function get_value () { - local option="$1" -} - function main () { local project='' local time='' |
