summaryrefslogtreecommitdiff
blob: 9f7e6444288705c9ffdcc9c6eaf8966079ca2f52 (plain)
1
2
3
4
5
6
7
8
9
#!/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 "$@"