← back to Commercialrealestate
deploy/com.steve.cre-morning-report.plist
27 lines
<?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>com.steve.cre-morning-report</string>
<key>ProgramArguments</key>
<array>
<string>/bin/zsh</string>
<string>/Users/macstudio3/Projects/commercialrealestate/scripts/run-morning-report.sh</string>
</array>
<key>StartCalendarInterval</key>
<dict>
<key>Hour</key>
<integer>6</integer>
<key>Minute</key>
<integer>0</integer>
</dict>
<key>RunAtLoad</key>
<false/>
<key>StandardOutPath</key>
<string>/tmp/cre-morning-report.out</string>
<key>StandardErrorPath</key>
<string>/tmp/cre-morning-report.err</string>
</dict>
</plist>