Skip to content

Instantly share code, notes, and snippets.

@hcientist
Last active August 25, 2016 00:28
Show Gist options
  • Save hcientist/85b079d8110a53412f8d5dda2d7aef6a to your computer and use it in GitHub Desktop.
Save hcientist/85b079d8110a53412f8d5dda2d7aef6a to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.tgm.bright</string>
<!--<key>KeepAlive</key>
<true/>-->
<key>RunAtLoad</key>
<true/>
<key>ProgramArguments</key>
<array>
<string>osascript</string>
<string>/Users/tgm/scripts/bright.scpt</string>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment