This file contains hidden or 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
| #! /bin/bash | |
| # The original script was not originally written by me. I found it at rcjhawk's | |
| # blog: | |
| # | |
| # http://hawknotes.blogspot.com/2010/06/finding-your-external-ip-address.html | |
| # | |
| # I had to do a minute of tweaking to get it running on OS X. Specifically, the | |
| # route command on OS X doesn't print out the routing tables as it does on | |
| # Ubuntu - the netstat command is used instead. The -n option for the echo |
This file contains hidden or 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/env python | |
| # A BELL, ah! so sweet its chime | |
| # An outlandish woman lost in time | |
| # Both are key to this fantasy rhyme | |
| # and combined could be useful in crime | |
| # | |
| # ETPPVVJAEHHLCF | |
| import string |
NewerOlder