Created
June 18, 2012 14:12
-
-
Save Zhann/2948580 to your computer and use it in GitHub Desktop.
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
alias dog='dig +short' | |
dug() { dig +short -x $(dig +short $1) } | |
whatserver() { curl -Is $1 | ack server | cut -f 2 -d " " } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment