Skip to content

Instantly share code, notes, and snippets.

@trwyant
Created April 3, 2018 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trwyant/8b97b7daabbfd6dae1119ddb2e417e90 to your computer and use it in GitHub Desktop.
Save trwyant/8b97b7daabbfd6dae1119ddb2e417e90 to your computer and use it in GitHub Desktop.
macOS plist file to run Perl smoker
<?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>name.wyant.tom.smoker</string>
<key>LowPriorityIO</key>
<false/>
<key>ProgramArguments</key>
<array>
<string>bash</string>
<string>-lc</string>
<string>/Users/tom/Nobackup/perl/Test-Smoke-1.72/smoke/smokecurrent.sh</string>
</array>
<key>StartCalendarInterval</key>
<array>
<dict>
<key>Hour</key>
<integer>18</integer>
<key>Minute</key>
<integer>0</integer>
<key>Weekday</key>
<integer>1</integer>
</dict>
<dict>
<key>Hour</key>
<integer>18</integer>
<key>Minute</key>
<integer>0</integer>
<key>Weekday</key>
<integer>3</integer>
</dict>
<dict>
<key>Hour</key>
<integer>18</integer>
<key>Minute</key>
<integer>0</integer>
<key>Weekday</key>
<integer>6</integer>
</dict>
</array>
<key>ProcessType</key>
<string>Standard</string>
<key>WorkingDirectory</key>
<string>/Users/tom/Nobackup/perl/Test-Smoke-1.72/smoke</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment