#!/bin/bash DIR="$HOME/WoW" # Main directory of WoW EXE="WoW.exe" # Game executable FLAG=" -console" # Any flags to pass (no opengl or direct3d) WINE="/usr/bin/cedega" # Wine location #WINE="/usr/bin/wine" # Wine location #NICE="nice -19" # Set fav priority DISP="1" # Which display to start X # Get all variables function usage() { echo "Usage: $0