mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-13 17:18:08 +08:00
Merge branch 'master' into ejh_cleanup
This commit is contained in:
commit
40f91ade8a
@ -21,7 +21,7 @@ echo "Getting HDF4 test files $file_list"
|
||||
for f1 in $file_list
|
||||
do
|
||||
if ! test -f $f1; then
|
||||
curl -O "ftp://ftp.unidata.ucar.edu/pub/netcdf/sample_data/hdf4/$f1.gz"
|
||||
wget "ftp://ftp.unidata.ucar.edu/pub/netcdf/sample_data/hdf4/$f1.gz"
|
||||
gunzip $f1.gz
|
||||
fi
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user