Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lukestanley/1063788 to your computer and use it in GitHub Desktop.
Save lukestanley/1063788 to your computer and use it in GitHub Desktop.
Mac OS X bash script TEMPLATE to download a VNC server and run it with a reverse connection to a server
curl -O http://example.com/vine.dmg
hdiutil attach vine.dmg
cd "/Volumes/Vine Server/Vine Server.app"
./OSXvnc-server -connectHost example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment