Skip to content

Instantly share code, notes, and snippets.

@br2490
Created August 11, 2016 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save br2490/33b65e1df2226fb2ec0a67c68d715144 to your computer and use it in GitHub Desktop.
Save br2490/33b65e1df2226fb2ec0a67c68d715144 to your computer and use it in GitHub Desktop.
Download RMATE, rename, chmod and all that jazz
#!/bin/bash
echo "Configuring RSUB."
sudo wget -vO /usr/local/bin/rsub https://raw.github.com/aurora/rmate/master/rmate
sudo chmod a+x /usr/local/bin/rsub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment