Skip to content

Instantly share code, notes, and snippets.

@jkeam
Created December 25, 2018 04:50
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 jkeam/292d037c82f4c6f93a03a0d67650027a to your computer and use it in GitHub Desktop.
Save jkeam/292d037c82f4c6f93a03a0d67650027a to your computer and use it in GitHub Desktop.
Get My Mac IP
#!/bin/bash
#ifconfig en0 | grep 'inet ' | awk '{print $2}'
ipconfig getifaddr en0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment