#!/bin/bash # Run from the directory containing this script cd `dirname $0` msg() { echo "INFO :: $*" >&2 } error() { echo "ERROR :: $*" >&2 exit 1 } usage() { cat >&2 <