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

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