aboutsummaryrefslogtreecommitdiff
path: root/reproduce/src/bash/download-multi-try
AgeCommit message (Collapse)AuthorLines
2019-02-06Minor correction in description of downloading wrapperMohammad Akhlaghi-3/+3
In the example running code of the wrapper script, I had just written `./download-multi-try', but this script is meant to be run from the top of the project directory. This could cause confusion. So the example script now starts with `/path/to/download-multi-try'.
2019-02-06Removed .sh suffix in download wrapper scriptMohammad Akhlaghi-0/+110
We don't have a `.sh' suffix in the other scripts of `reproduce/src/bash', so it was also removed from this script.