You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-action/openclonk/files/openclonk-wrapper-script.sh

10 lines
229 B

#!/bin/sh
# wrapper prevents the game to look for .ocp files in the current dir
# which can lead to weird behavior and game freeze
[ -d ~/.clonk/openclonk ] || mkdir -p ~/.clonk/openclonk
cd ~/.clonk/openclonk
exec clonk "$@"