summaryrefslogtreecommitdiff
blob: 3847c539ed76af2ae2c668ea9dc9cd4ca6b5652e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

DIR="${HOME}/.loki/heroes3"

if [ ! -d "${DIR}" ]; then
    echo "* Creating '${DIR}'"
    mkdir -p ${DIR}
fi

# fixes bug #93604
cd ${DIR}

exec GAMES_PREFIX_OPT/heroes3/heroes3 ${@}