Created
July 4, 2011 19:02
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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