Skip to content

Instantly share code, notes, and snippets.

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 marckohlbrugge/5a78dd06e5551088fff18b51ac6597b9 to your computer and use it in GitHub Desktop.
Save marckohlbrugge/5a78dd06e5551088fff18b51ac6597b9 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">
<dict>
<key>Label</key>
<string>com.marckohlbrugge.batchImportDvds</string>
<key>ProgramArguments</key>
<array>
<string>/Users/marc/Desktop/dvdcopy.sh</string>
</array>
<key>StandardOutPath</key>
<string>/Users/marc/Library/Logs/dvdcopy.log</string>
<key>StandardErrorPath</key>
<string>/Users/marc/Library/Logs/dvdcopy-errors.log</string>
<key>Debug</key>
<true/>
<key>ThrottleInterval</key>
<integer>10</integer>
<key>WatchPaths</key>
<array>
<string>/Volumes</string>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment