#!/bin/sh
tempname=/usr/lib/singularity
cd "$tempname/code"
exec python singularity.py "$@"
