summarylogtreecommitdiffstats
path: root/hifi-interface
diff options
context:
space:
mode:
Diffstat (limited to 'hifi-interface')
-rwxr-xr-xhifi-interface5
1 files changed, 5 insertions, 0 deletions
diff --git a/hifi-interface b/hifi-interface
new file mode 100755
index 000000000000..c58d3e97d1b0
--- /dev/null
+++ b/hifi-interface
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cd "/opt/hifi/interface/"
+./interface $*
+exit $?