Skip to content

Instantly share code, notes, and snippets.

@arubdesu
Last active August 29, 2015 14:07
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 arubdesu/c4c709e30af3ffcd1df8 to your computer and use it in GitHub Desktop.
Save arubdesu/c4c709e30af3ffcd1df8 to your computer and use it in GitHub Desktop.
why can't they just make their software work.pleaserun
<?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.ittvis.lmgrd</string>
<key>ProgramArguments</key>
<array>
<string>/bin/bash</string>
<string>/Applications/itt/idl/idl80/bin/lmgrd</string>
<string>-c</string>
<string>/Applications/itt/license/license.dat</string>
<string>-l</string>
<string>/Applications/itt/license/lmgrd_log.txt</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment