mirror of https://github.com/ecmwf/eccodes.git
9 lines
166 B
Bash
9 lines
166 B
Bash
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
echo "-# To dump bufr messages into a JSON format.\\n"
|
||
|
echo "\\verbatim"
|
||
|
echo ">bufr_dump -jf ../data/bufr/aaen_51.bufr"
|
||
|
echo "\\endverbatim\\n"
|
||
|
|