Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2019-02-06 | Minor correction in description of downloading wrapper | Mohammad 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-06 | Removed .sh suffix in download wrapper script | Mohammad 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. |