#!/bin/sh # Not needed in this version of the script set -e PROGPATH=$( echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,' ) REVISION="0.1" . $PROGPATH/utils.sh # # Help function # usage() { cat <