summarylogtreecommitdiffstats
path: root/btrl.launcher
diff options
context:
space:
mode:
Diffstat (limited to 'btrl.launcher')
-rw-r--r--btrl.launcher6
1 files changed, 6 insertions, 0 deletions
diff --git a/btrl.launcher b/btrl.launcher
new file mode 100644
index 000000000000..d14873d35b99
--- /dev/null
+++ b/btrl.launcher
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+cd "/opt/btrl"
+./btrl_demo $*
+exit $?
+