#!/bin/sh
GAME_DIR=/usr/libexec/shippy/
cd "$GAME_DIR" && exec ./shippy "$@"

