Skip to content

Instantly share code, notes, and snippets.

@deweller
Last active December 16, 2015 21:00
Show Gist options
  • Save deweller/5496888 to your computer and use it in GitHub Desktop.
Save deweller/5496888 to your computer and use it in GitHub Desktop.
Installs rmate into /usr/local/bin/rsub
#!/bin/bash
curl -o /usr/local/bin/rsub https://raw.github.com/aurora/rmate/master/rmate
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