summarylogtreecommitdiffstats
path: root/dirt2.sh
blob: 9cee7b06466d28d6d17e0ec93cb04ccc6da4015b (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
export WINEPREFIX="$HOME"/.dirt2/wine
if [ ! -d "$HOME"/.dirt2 ] ; then
   mkdir -p "$HOME"/.dirt2/wine
   wineboot -u
fi
cd /opt/dirt2
/usr/bin/wine dirt2.exe