Created
January 22, 2012 20:19
-
-
Save brockboland/1658632 to your computer and use it in GitHub Desktop.
TextExpander snippet to load https://gist.github.com/1633790
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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