#!/bin/sh

cd @UFODIR@ || exit 1
exec @UFODIR@/@APP@ "$@"
