Skip to content

Instantly share code, notes, and snippets.

@Merovex
Created December 31, 2015 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Merovex/ec3e95b6821181e247e8 to your computer and use it in GitHub Desktop.
Save Merovex/ec3e95b6821181e247e8 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>bcwi.updateWordCount</string>
<key>UserName</key>
<string>bwilson</string>
<key>WorkingDirectory</key>
<string>/path/to/project.scriv/</string>
<key>StandardErrorPath</key>
<string>/path/to/project.scriv/error.log</string>
<key>StandardOutPath</key>
<string>/path/to/project.scriv/updateStats.log</string>
<key>ProgramArguments</key>
<array>
<string>/path/to/updateWordCount.sh</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StartCalendarInterval</key>
<dict>
<key>Minute</key>
<integer>55</integer>
<key>Hour</key>
<integer>23</integer>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment