1 2 3 4 5 6
#!/bin/sh cd -- "$(dirname -- "$0")" && exec ./opentrack.bin -platformpluginpath "$(pwd)" "$@" exit 1