-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathme.funwarioisii.sagasu.plist
36 lines (32 loc) · 1.03 KB
/
me.funwarioisii.sagasu.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
<?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>sagasu indexing</string>
<key>ProgramArguments</key>
<array>
<string>sagasu</string>
<string>indexing</string>
</array>
<key>StartCalendarInterval</key>
<array>
<dict>
<key>Hour</key>
<integer>10</integer>
<key>Minute</key>
<integer>00</integer>
</dict>
<dict>
<key>Hour</key>
<integer>21</integer>
<key>Minute</key>
<integer>00</integer>
</dict>
</array>
<key>StandardOutPath</key>
<string>/Users/kazuyuki-hashimoto/.sagasu/std/out</string>
<key>StandardErrorPath</key>
<string>/Users/kazuyuki-hashimoto/.sagasu/std/err</string>
</dict>
</plist>