aboutsummarylogtreecommitdiffstats
path: root/hifi-interface.launcher
blob: c58d3e97d1b0d68996c04339f5b5b2433bfa8679 (plain)
1
2
3
4
5
#!/bin/sh

cd "/opt/hifi/interface/"
./interface $*
exit $?