Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #! /bin/sh
- BINDIR="$(dirname "$(readlink -fn "$0")")"
- cd "$BINDIR"
- # Define directories.
- gamedir=$BINDIR
- winebindir="$BINDIR"/wine-staging/bin
- wineprefixdir="$BINDIR"/_ros_prefix
- #disable debugging
- export WINEDEBUG=-all
- #function to start launcher
- PATH="$winebindir:$PATH" env WINEPREFIX="$wineprefixdir" wine ros.exe
Advertisement
Add Comment
Please, Sign In to add comment