Skip to content

Instantly share code, notes, and snippets.

@jdlich
Created September 1, 2011 18:49
Show Gist options
  • Select an option

  • Save jdlich/1186922 to your computer and use it in GitHub Desktop.

Select an option

Save jdlich/1186922 to your computer and use it in GitHub Desktop.
function ip { ifconfig en1 | ruby -ne '$_.match(/inet\s((\d|\.)+)/) { print $1 }' | pbcopy; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment