Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #!/usr/bin/env bash
  2.  
  3. cd $(dirname "$0")
  4.  
  5. read -sp "Password: " pwd
  6. echo
  7. rm -rf ~/Library/Application Support/com.nssurge.surge-*
  8. echo "${pwd}" | sudo -S date 010110002018
  9. nohup ./Surge\ 3.app/Contents/MacOS/Surge\ 3 &
  10. sleep 20
  11. echo "${pwd}" | sudo -S sntp -sS time.apple.com.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement