mirror of https://github.com/ecmwf/eccodes.git
14 lines
141 B
Bash
14 lines
141 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. ./include.sh
|
||
|
|
||
|
if [ ! -f "${data_dir}/multi.grib2" ]
|
||
|
then
|
||
|
echo SKIP: $0
|
||
|
exit
|
||
|
fi
|
||
|
|
||
|
${examples_dir}multi_fortran > /dev/null
|
||
|
|
||
|
|