This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/bash | |
# Tested with Arch Linux | |
# Customize as desired - duh (should match where you plan to play Eden) | |
export WINEPREFIX=/mnt/windows/daoc/eden | |
# Used to create initial prefix - maybe run "winecfg" and set windows 7 after | |
wineboot |
OlderNewer