Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST 1.0//EN http://www.apple.com/DTDs/PropertyList-1.0.dtd >
  3. <plist version="1.0">
  4. <dict>
  5. <key>Label</key>
  6. <string>hello</string>
  7. <key>EnableGlobbing</key>
  8. <true/>
  9. <key>ProgramArguments</key>
  10. <array>
  11. <string>/bin/sh</string>
  12. <string>~/script.sh</string>
  13. </array>
  14. <key>RunAtLoad</key>
  15. <true/>
  16. <key>StartInterval</key>
  17. <integer>15</integer>
  18. </dict>
  19. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement