This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Usage: | |
# ./download.sh allmodules.txt | |
# | |
# Assumes allmodules.txt is a newline-separated list of projects you want to | |
# download. | |
# @todo Error handling of any kind. :P I'm so optimistic. :P | |
# Versions to attempt to download, in order of preference. |