mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Added a temporary utility script to make updating the hdf5 test files easier.
This commit is contained in:
parent
46b534d060
commit
6e31ead250
7
update_hdf5_compat_files.sh
Executable file
7
update_hdf5_compat_files.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Temporary utility script.
|
||||
|
||||
cp ./tst_vars.nc ../../nc_test4/ref_hdf5_compat1.nc
|
||||
cp ./tst_vars4.nc ../../nc_test4/ref_hdf5_compat2.nc
|
||||
cp ./tst_compounds.nc ../../nc_test4/ref_hdf5_compat3.nc
|
Loading…
Reference in New Issue
Block a user