-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauto-fetch.plist
43 lines (43 loc) · 1003 Bytes
/
auto-fetch.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?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.0">
<dict>
<key>Label</key>
<string>local.autoFetch</string>
<key>SessionCreate</key>
<false/>
<key>ProgramArguments</key>
<array>
<string>zsh</string>
<string>-c</string>
<string>$HOME/bin/auto-fetch.sh</string>
</array>
<key>StandardErrorPath</key>
<string>/tmp/local.autoFetch.out</string>
<key>StandardOutPath</key>
<string>/tmp/local.autoFetch.out</string>
<key>StartCalendarInterval</key>
<array>
<dict>
<key>Hour</key>
<integer>11</integer>
</dict>
<dict>
<key>Hour</key>
<integer>12</integer>
</dict>
<dict>
<key>Hour</key>
<integer>14</integer>
</dict>
<dict>
<key>Hour</key>
<integer>16</integer>
</dict>
<dict>
<key>Hour</key>
<integer>18</integer>
</dict>
</array>
</dict>
</plist>