Advertisement
nighthoodie

generous

Apr 23rd, 2014
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. #!/bin/bash
  2. #start sharing internet
  3. sudo="/bin/sudo"
  4. launchctl="/bin/launchctl"
  5. sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.InternetSharing.plist
  6. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement