Skip to content

Instantly share code, notes, and snippets.

@brockboland
Created January 22, 2012 20:19
Show Gist options
  • Save brockboland/1658632 to your computer and use it in GitHub Desktop.
Save brockboland/1658632 to your computer and use it in GitHub Desktop.
TextExpander snippet to load https://gist.github.com/1633790
#!/usr/bin/php
<?php
// Make sure to set the Content dropdown to Shell Script in TextExpander
print file_get_contents('https://raw.github.com/gist/1633790/local.settings.php');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment