dump out ip addresses of all nics
Go to file
Stephen McQuay e34b5c3996 initial main file
decided to list all addrs as they show up in different orders on linux derp.
2015-06-23 08:53:40 -07:00
.gitignore Initial commit 2015-06-23 08:53:36 -07:00
README.md Initial commit 2015-06-23 08:53:36 -07:00
main.go initial main file 2015-06-23 08:53:40 -07:00

README.md

ip

Practice implementing a unix command

I read somewhere that a good way to learn a new language is to implement things like cat and friends in that language. I figured I'd make myself an ifconfig that only prints out the things about which I care. This is that, er, thing.