#!/bin/sh

PROG=+1-1

APP_DIR=`dirname $0`

cd $APP_DIR
exec $PROG "$@"
