Last active
May 12, 2022 11:07
-
-
Save databyjp/3ec565e17c6caee8d7b5e2f4724dc5a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>ExitTimeOut</key> | |
<integer>1800</integer> | |
<key>Label</key> | |
<string>Update NBA data</string> | |
<key>ProgramArguments</key> | |
<array> | |
<string>/Users/jphwang/PycharmProjects/projects/nba_marvin/update_2021_data.sh</string> | |
</array> | |
<key>RunAtLoad</key> | |
<false/> | |
<key>StandardErrorPath</key> | |
<string>/Users/jphwang/PycharmProjects/projects/nba_marvin/logs/launchd.err.log</string> | |
<key>StartCalendarInterval</key> | |
<array> | |
<dict> | |
<key>Hour</key> | |
<integer>13</integer> | |
<key>Minute</key> | |
<integer>45</integer> | |
</dict> | |
</array> | |
<key>WorkingDirectory</key> | |
<string>/Users/jphwang/PycharmProjects/projects/nba_marvin</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment