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

cd "/opt/hifi/domain-server/"
./domain-server $*
exit $?