hyperion.ng/cmake/osxbundle/launch.sh

6 lines
95 B
Bash
Raw Normal View History

2018-12-31 15:48:29 +01:00
#!/bin/sh
cd "$(dirname "$0")"
# Path to hyperiond!?
cd ../Resources/bin
exec ./hyperiond "$@"