diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-02-06 18:16:41 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-02-06 18:21:52 +0000 |
commit | 340a7ece34013345e1520dcac38218b7d41c7c26 (patch) | |
tree | 914d31fd5cf3d84c6293726ba95d01ce819e55b5 /reproduce/src/bash | |
parent | 1c508e636b90ae170213ccf71771711156dd8f52 (diff) |
Removed .sh suffix in download wrapper script
We don't have a `.sh' suffix in the other scripts of `reproduce/src/bash',
so it was also removed from this script.
Diffstat (limited to 'reproduce/src/bash')
-rwxr-xr-x | reproduce/src/bash/download-multi-try (renamed from reproduce/src/bash/download-multi-try.sh) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/reproduce/src/bash/download-multi-try.sh b/reproduce/src/bash/download-multi-try index 31490c9..642908e 100755 --- a/reproduce/src/bash/download-multi-try.sh +++ b/reproduce/src/bash/download-multi-try @@ -1,6 +1,8 @@ #!.local/bin/bash # -# Try downloading multiple times before crashing whole pipeline +# Attempt downloading multiple times before crashing whole pipeline. From +# the top paper directory (for the shebang above), this script must be run +# like this: # # $ ./download-multi-try downloader lockfile input-url downloaded-name # |