Skip to content

Instantly share code, notes, and snippets.

@csexton
Created February 8, 2011 22:30
Show Gist options
  • Save csexton/817416 to your computer and use it in GitHub Desktop.
Save csexton/817416 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>com.steveivy.updategithubwiki</string>
<key>LowPriorityIO</key>
<true/>
<key>ProgramArguments</key>
<array>
<string>perl</string>
<string>/Users/steve/bin/update_gh_wiki.pl</string>
</array>
<key>WatchPaths</key>
<array>
<string>Users/steve/PATH_TO_GIT_REPO</string>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment