Skip to content

Instantly share code, notes, and snippets.

@gonzaloserrano
Created February 7, 2014 14:37
Show Gist options
  • Save gonzaloserrano/8863699 to your computer and use it in GitHub Desktop.
Save gonzaloserrano/8863699 to your computer and use it in GitHub Desktop.
Prints Macbook pro's wifi ip
#! /bin/sh
ifconfig | grep en1: -A 2 | tail -n 1 | awk '{print $2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment