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