Guest User

RoS

a guest
Mar 27th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. #! /bin/sh
  2. BINDIR="$(dirname "$(readlink -fn "$0")")"
  3. cd "$BINDIR"
  4.  
  5.  
  6. # Define directories.
  7. gamedir=$BINDIR
  8. winebindir="$BINDIR"/wine-staging/bin
  9. wineprefixdir="$BINDIR"/_ros_prefix
  10.  
  11. #disable debugging
  12. export WINEDEBUG=-all
  13.  
  14. #function to start launcher
  15. PATH="$winebindir:$PATH" env WINEPREFIX="$wineprefixdir" wine ros.exe
Advertisement
Add Comment
Please, Sign In to add comment