summarylogtreecommitdiffstats
path: root/hifi-interface
diff options
context:
space:
mode:
authorJustin Jagieniak2019-05-23 21:51:38 +0200
committerJustin Jagieniak2019-05-23 21:51:38 +0200
commitf19279e2a249ccac62ed320f71c3cb3e72356f9c (patch)
tree2287ca22f9401c754103a154b95b47a672c72880 /hifi-interface
downloadaur-f19279e2a249ccac62ed320f71c3cb3e72356f9c.tar.gz
add binaries of high fidelity to aur
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 $?