summarylogtreecommitdiffstats
path: root/etqw.launcher
diff options
context:
space:
mode:
authorSlashbunny2009-08-12 22:17:38 -0400
committerSlashbunny2015-06-08 18:50:35 -0400
commit52596d409690fcb6b00101c534497132d38c1ac5 (patch)
tree1d6bd0392921eaa829016066f6b79923cb081308 /etqw.launcher
downloadaur-52596d409690fcb6b00101c534497132d38c1ac5.tar.gz
Initial commit of personal PKGBUILDs for Arch Linux
Diffstat (limited to 'etqw.launcher')
-rw-r--r--etqw.launcher6
1 files changed, 6 insertions, 0 deletions
diff --git a/etqw.launcher b/etqw.launcher
new file mode 100644
index 000000000000..1468587a9162
--- /dev/null
+++ b/etqw.launcher
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+cd "/opt/etqw"
+./etqw $*
+exit $?
+