mirror of https://github.com/ecmwf/eccodes.git
6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
|
#!/bin/ksh
|
||
|
exit
|
||
|
bin=$(echo $0|sed s/\.test$//)
|
||
|
export MARS_MISSING_VALUE=9999
|
||
|
$bin $@
|