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