#! /bin/sh
# Launch slingshot.
# cd into the directory first instead of running ``python
# /usr/.../slingshot.py'' because slingshot.py depends on private modules stored
# under /usr/share/games/slingshot/
cd /opt/slingshot/
exec python slingshot.py $@
