Skip to content

Instantly share code, notes, and snippets.

@databyjp
Last active May 12, 2022 01:50
Show Gist options
  • Save databyjp/2416959041286566e4d36d2e87db006e to your computer and use it in GitHub Desktop.
Save databyjp/2416959041286566e4d36d2e87db006e to your computer and use it in GitHub Desktop.
<?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>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin</string>
</dict>
<key>Label</key>
<string>test</string>
<key>ProgramArguments</key>
<array>
<string>/Users/jphwang/<path_to>/crontest.sh</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StartInterval</key>
<integer>120</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment