Advertisement
Guest User

Untitled

a guest
Aug 28th, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. bottle="Diablo_III"
  4. crossover_install_dir="/opt"
  5.  
  6.  
  7. setarch i386 -3 -L -B -R python2 "$crossover_install_dir/cxoffice/bin/cxrun" \
  8. --bottle "$bottle" \
  9. "$HOME/.cxoffice/$bottle/drive_c/Program Files/Battle.net/Battle.net Launcher.exe"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement