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

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