David CARLIER writes: > slightly update version with all your inputs. >
I don't know if it's preferable but I would have renamed the binary barony-bin and named the launcher barony. So that users just type "barony" to get the game with the correct saving folder. Also, someone on IRC (sorry anonymous, I don't remember your name ) noticed that the echo should send text to stderr in the launcher script. 4c4 < cd ~/.barony || (echo "Can't cd into ~/.barony"; exit 1) --- > cd ~/.barony || (echo "Can't cd into ~/.barony" >&2 ; exit 1)