Skip to content

Instantly share code, notes, and snippets.

@lyret
Created September 14, 2018 07:56
Show Gist options
  • Save lyret/19b05ac1181ac4e330b6fb037d9cfe0a to your computer and use it in GitHub Desktop.
Save lyret/19b05ac1181ac4e330b6fb037d9cfe0a to your computer and use it in GitHub Desktop.
Install remote "code" command on Servers
sudo wget -O /usr/local/bin/code https://raw.githubusercontent.com/aurora/rmate/master/rmate; sudo chmod a+x /usr/local/bin/code
@lyret
Copy link
Author

lyret commented Sep 14, 2018

Source: rmate in bash

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