summarylogtreecommitdiffstats
path: root/firestorm.launcher
blob: 94987c07abd929dbad75d40f4ee05010ffacd728 (plain)
1
2
3
4
5
#!/bin/sh

cd "/opt/firestorm/"
./firestorm $*
exit $?