1 recipe shared
If Sublime Text is your editor of choice working on a server can be a pain. Switching to Vim or Nano isn't intuitive at all. Rmate (https://github.com/aurora/rmate) allows you to edit server si...
#!/bin/bash sudo wget -O /usr/local/bin/rsub \ https://raw.github.com/aurora/rmate/master/rmate chmod a+x /usr/local/bin/rsub