Created
May 27, 2014 09:56
-
-
Save davidcollom/31d7dd45e901eae4179c 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
#!/usr/bin/env bash | |
ipconfig | grep IPv4 | awk -F: '{print $2}' | tr -d ' ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment