source:
issm/oecreview/Archive/25834-26739/ISSM-26189-26190.diff
Last change on this file was 26740, checked in by , 3 years ago | |
---|---|
File size: 472 bytes |
-
../trunk-jpl/scripts/DownloadExamplesDatasets.sh
20 20 DIRECTORY_PREFIX=$1 21 21 22 22 if [ ! -d "${DIRECTORY_PREFIX}" ]; then 23 echo "Error: output directory ${DIRECTORY_PREFIX} does not exist" 24 exit 1 23 mkdir -p "${DIRECTORY_PREFIX}" 25 24 fi 26 25 fi 27 26
Note:
See TracBrowser
for help on using the repository browser.