Guest User

Untitled

a guest
May 30th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #!/usr/bin/env bash
  2.  
  3. cat > ~/Library/Application\ Support/Titanium/appdata/com.intridea.presently/application.properties << EOF
  4. account: intridea
  5. badge: true
  6. badgeListenerSet: false
  7. password: ********
  8. sound: true
  9. tempScreenName: ********
  10. username: ********
  11. EOF
  12.  
  13. open -n /Applications/Presently.app
Add Comment
Please, Sign In to add comment