<?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>launched.sleep_more_important_than_task</string>
    <key>ProgramArguments</key>
    <array>
      <string>sh</string>
      <string>-c</string>
      <string>say &#34;You might think that you&#39;ll never do the task if you don&#39;t stay up to do it. If the task really is that important, you _will_ do it later; if the task isn&#39;t, then sleep is more important&#34;</string>
    </array>
    <key>StartCalendarInterval</key>
    <array>
      <dict>
        <key>Hour</key>
        <integer>22</integer>
        <key>Minute</key>
        <integer>59</integer>
      </dict>
    </array>
  </dict>
</plist>