summarylogtreecommitdiffstats
path: root/castles-in-the-sky
blob: af9bf8bd7781e5009410705d07644f7bbe5fcbb8 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
unset WINEPREFIX
if [ ! -d "$HOME"/.castles-in-the-sky ] ; then
   mkdir -p "$HOME"/.castles-in-the-sky
   #prepare the environment here
fi

WINEPREFIX="$HOME"/.castles-in-the-sky WINEDEBUG=-all wine /usr/share/castles-in-the-sky/CastlesInTheSky.exe