Changeset 23685
- Timestamp:
- 02/02/19 00:48:47 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/scripts/DownloadExternalPackage.sh
r23435 r23685 1 1 #!/bin/bash 2 2 # 3 # DownloadExternalPackage. bash3 # DownloadExternalPackage.sh 4 4 # Generally, used to download a hosted file from a URL 5 5 # URL - Location of file to download 6 6 # file - File to write to (including path) 7 # usage: download_external_package. bash URL file7 # usage: download_external_package.sh URL file 8 8 9 9 ## Constants … … 19 19 URL="" 20 20 21 ## Check that number of args is 2 (note that this also handles case where user 22 # explicitly requests help) 21 ## Check that number of args is 2 (note that this also handles case where user explicitly requests help) 23 22 # 24 23 if [ $# != 2 ]
Note:
See TracChangeset
for help on using the changeset viewer.