#!/bin/sh if [ ! -d ~/.projectx ] ; then mkdir ~/.projectx fi if [ "$#" -eq 0 ] ; then cd ~/.projectx fi java -jar /opt/projectx/ProjectX.jar "$@"