#! /bin/bash
# run cpi_test in crontab etc.
. /etc/vaisala/irisrda/profile.conf
. /etc/profile.d/sigmet.sh
./cpi_test
exit $?
