Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save tjluoma/3147271 to your computer and use it in GitHub Desktop.

Select an option

Save tjluoma/3147271 to your computer and use it in GitHub Desktop.
Run a shell script every day at 8:05 pm
<?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>AbandonProcessGroup</key>
<true/>
<key>Label</key>
<string>com.tjluoma.evening-edition-to-instapaper</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/evening-edition.sh</string>
</array>
<key>StartCalendarInterval</key>
<dict>
<key>Hour</key>
<integer>20</integer>
<key>Minute</key>
<integer>5</integer>
</dict>
</dict>
</plist>
@tjluoma
Copy link
Author

tjluoma commented Jul 19, 2012

See https://gist.github.com/3147238 for evening-edition.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment