summarylogtreecommitdiffstats
path: root/savage2.launcher
blob: bf664df66b95a1cc786847e320469e2f070bd60c (plain)
1
2
3
4
5
6
#!/bin/bash

cd "/opt/savage2"
./savage2.sh $*
exit $?