#!/usr/bin/sh

# Simple check that cdo runs - ie all libraries are present

set -e

cdo --help
