Skip to content

Instantly share code, notes, and snippets.

@MacLemon
Created August 9, 2012 00:18
Show Gist options
  • Save MacLemon/3299932 to your computer and use it in GitHub Desktop.
Save MacLemon/3299932 to your computer and use it in GitHub Desktop.
On change auto uploader
<?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>de.uliwitness.example</string>
<key>ProgramArguments</key>
<array>
<string>/bin/ulissupersophisticatedfileuploader</string>
</array>
<key>WatchPaths</key>
<array>
<string>/Users/uli/iChangeALot</string>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment