eccodes/examples/deprecated/multi.sh

13 lines
133 B
Bash
Raw Permalink Normal View History

2013-03-25 12:04:10 +00:00
#!/bin/sh
. ./include.sh
if [ ! -f "${data_dir}/multi.grib2" ]
then
echo SKIP: $0
exit
fi
2017-02-03 14:29:47 +00:00
${examples_dir}/multi > /dev/null
2013-03-25 12:04:10 +00:00