Skip to content

Instantly share code, notes, and snippets.

@rajohns08
Created November 16, 2014 20:42
Show Gist options
  • Save rajohns08/74178ca4aa2ce2ae21e9 to your computer and use it in GitHub Desktop.
Save rajohns08/74178ca4aa2ce2ae21e9 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.rajohns.stringwatcher</string>
<key>ProgramArguments</key>
<array>
<string>/Users/rajohns/Desktop/GenJudgeStrings</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>WatchPaths</key>
<array>
<string>/Users/rajohns/Documents/strings.txt</string>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment