#!/bin/bash
#
# purpose: shell wrapper for python application allanplot.py
#
# exec "$0.py" "$@"

allanplot.py "$@"

