Skip to content

Instantly share code, notes, and snippets.

@typester
Forked from miyagawa/gist:88542
Created April 1, 2009 06:41
Show Gist options
  • Save typester/88575 to your computer and use it in GitHub Desktop.
Save typester/88575 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>github-growler</string>
<key>ProgramArguments</key>
<array>
<string>tcsh</string>
<string>-c</string>
<string>exec perl -Mlocal::lib /Users/miyagawa/dev/github-growler/github-growler.pl</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StandardErrorPath</key>
<string>/tmp/error</string>
<key>StandardOutPath</key>
<string>/dev/null</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment