#!/bin/bash # # wrapper script for ProjectX # wdp@lunar-linux.org # pxpath=/opt/ProjectX pxparam="$@" java -jar "$pxpath"/ProjectX.jar "$@"