freebsd-ports/games/linux-quake4-demo/files/run.sh.in

4 lines
56 B
Bash

#!/bin/sh
cd @Q4DIR@ || exit 1
exec @Q4DIR@/@APP@ "$@"