Skip to content

Instantly share code, notes, and snippets.

@rogeriopradoj
Created September 6, 2014 23:45
Show Gist options
  • Save rogeriopradoj/85743dd11ffa9ca0581a to your computer and use it in GitHub Desktop.
Save rogeriopradoj/85743dd11ffa9ca0581a 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>Label</key>
<string>com.kitematic.route</string>
<key>ProgramArguments</key>
<array>
<string>bash</string>
<string>-c</string>
<string>/usr/sbin/scutil -w State:/Network/Interface/vboxnet11/IPv4;/sbin/route -n add -net 172.17.0.0 -netmask 255.255.0.0 -gateway 192.168.60.103</string>
</array>
<key>KeepAlive</key>
<false/>
<key>RunAtLoad</key>
<true/>
<key>LaunchOnlyOnce</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment