Mercurial > hg > config
view bin/macaddr.sh @ 788:fa3ad63ec3a3
https://github.com/novas0x2a/config-files/blob/master/.gitconfig#L89
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Wed, 28 Sep 2016 16:42:20 -0700 |
parents | 08574641d801 |
children |
line wrap: on
line source
#!/bin/bash INTERFACE=eth0 ifconfig ${INTERFACE} | grep 'HWaddr' | sed 's/.*HWaddr \(.*\) /\1/'