Skip to content

Instantly share code, notes, and snippets.

@ar1g
Forked from tjluoma/com.tjluoma.updatebrew.plist
Last active August 29, 2015 14:16
Show Gist options
  • Save ar1g/6d4dcb633b4417caddeb to your computer and use it in GitHub Desktop.
Save ar1g/6d4dcb633b4417caddeb 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>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin</string>
</dict>
<key>Label</key>
<string>com.ar1g.updatebrew</string>
<key>Program</key>
<string>/usr/local/bin/updatebrew.sh</string>
<key>RunAtLoad</key>
<false/>
<key>StartCalendarInterval</key>
<array>
<dict>
<key>Hour</key>
<integer>3</integer>
<key>Minute</key>
<integer>3</integer>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment