dump out ip addresses of all nics
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stephen McQuay df4d46d3c5 added license 8 years ago
.gitignore Initial commit 8 years ago
README.md Initial commit 8 years ago
license added license 8 years ago
main.go initial main file 8 years ago

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.