Files @ 7a89281115cb
Branch filter:

Location: games/Cursed-Old-Forest/FOREST.SH

Silverwing
Update 0.1.1
1
2
3
4
5
6
7
8
if ! command -v wine &> /dev/null
then
    echo "This program requires wine"
    exit
fi
cd "$(dirname "$0")"
LC_ALL=ru_RU.utf8 wine wcl/urq_dos.exe caravan.qst
cd -