Skip to content

Instantly share code, notes, and snippets.

@sunny
Created March 25, 2015 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sunny/94b4277e88a6477080bb to your computer and use it in GitHub Desktop.
Save sunny/94b4277e88a6477080bb to your computer and use it in GitHub Desktop.
ip command line
# Install: place this in your `~/bin/` and call it `ip` for example.
#
# Usage:
# $ ip
# 192.168.1.42
# 242.242.42.89
ipconfig getifaddr en0
curl ipecho.net/plain;echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment