Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # This will open Apple's Screen Sharing tool and connect to the desired machine
  4. # Replace the username and password with the details of the remote machine you wish to connect to
  5. # That goes for the IP address as well.
  6.  
  7. # Usage #
  8.  
  9. # Make the script executable with "chmod +x screen-share.sh" and then run it with:
  10. # "./screen-share.sh
  11. open -a Finder vnc://username:password@ip_address
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement