mirror of https://github.com/ecmwf/eccodes.git
8 lines
114 B
Bash
8 lines
114 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. ./include.sh
|
||
|
|
||
|
REDIRECT=/dev/null
|
||
|
$PYTHON $examples_src/grib_samples.py
|
||
|
rm -f p_out.grib_samples.grib
|