#!/bin/sh
# probably horribly brittle
ip link | grep '^[0-9]*: \(en\|eth\)' | awk '{print $2}' | cut -d: -f 1

