Skip to content

Instantly share code, notes, and snippets.

@OwenChia
Created March 31, 2017 16:32
Show Gist options
  • Save OwenChia/a501e2872cd4a6f199b78f0e6f012458 to your computer and use it in GitHub Desktop.
Save OwenChia/a501e2872cd4a6f199b78f0e6f012458 to your computer and use it in GitHub Desktop.
getip
# determine local IP address
getip ()
{
ip addr | awk '/inet/ && ! /scope host/ {print $2}'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment