#!/bin/sh
my_dir=`dirname "$0"`
cd "$my_dir"
exec python singularity.py "$@"
