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 multi_write.py 2> $REDIRECT > $REDIRECT
|
||
|
rm out.grib || true
|