1 2 3 4 5 6 7
#!/bin/sh [ -e $HOME/.config/ ] || mkdir $HOME/.config/ cp -ru "%GAMES_DATADIR%/higan" $HOME/.config/ exec ${0}.bin "$@"