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