summarylogtreecommitdiffstats
path: root/inceptum.sh
blob: b9b83022274754e2032d715f3983c5ee7876b9d9 (plain)
1
2
3
4
5
6
#!/bin/bash
if [[ -z "${INCEPTUM_BASE}" ]]
then
    INCEPTUM_BASE=~/.config/Inceptum
fi
/usr/bin/java "-Dinceptum.base=$INCEPTUM_BASE" -jar /usr/share/java/inceptum/inceptum.jar "$@"