mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-27 08:49:16 +08:00
8 lines
204 B
Bash
8 lines
204 B
Bash
|
#!/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
|