#!/usr/bin/env bash
ifconfig | grep 10 | grep inet | awk '{print $2}' | grep -v '::'

