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