#!/bin/bash
# Wrap the script to ensure the working directory has the dat files
cd __OPTDIR__
CMD=`basename $0`
./$CMD $@
