mirror of https://github.com/ecmwf/eccodes.git
11 lines
71 B
Bash
11 lines
71 B
Bash
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
./get
|
||
|
./set
|
||
|
./iterator
|
||
|
./keys_iterator
|
||
|
./precision
|
||
|
|
||
|
|