summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/community/projectx/projectx
blob: 904e834264071462138db745a22df8fba8d75499 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# ProjectX GUI allways looks at $(pwd)/html/index.html
# for its help file
if [ "$#" -eq 0 ] ; then
mkdir -p ~/.projectx
cd ~/.projectx &&
ln -s /opt/projectx/htmls .
fi

java -jar /opt/projectx/ProjectX.jar "$@"