hyperion.ng/cmake/osxbundle/launch.sh

6 lines
95 B
Bash

#!/bin/sh
cd "$(dirname "$0")"
# Path to hyperiond!?
cd ../Resources/bin
exec ./hyperiond "$@"