Skip to content

Instantly share code, notes, and snippets.

@downthecrop
Created November 22, 2020 20:57
Show Gist options
  • Save downthecrop/ecfb501a5d08fef632b7cebce3e6867c to your computer and use it in GitHub Desktop.
Save downthecrop/ecfb501a5d08fef632b7cebce3e6867c to your computer and use it in GitHub Desktop.
rs2006sp Linux/macOS start script
SOURCE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd "$SOURCE/Server" && java -Xmx1024m -jar Server.jar &
cd "$SOURCE/Client" && java -jar Client.jar &
@downthecrop
Copy link
Author

downthecrop commented Nov 22, 2020

Download the latest version from the 2006 Single Player Discord #download channel. https://discord.gg/MhkTeR2a9f

rs2006sp archived downloads: https://archive.org/details/2006-singleplayer-osrs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment