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