Initial commit

This commit is contained in:
Stephen McQuay 2013-01-30 09:54:58 -08:00 committed by stephen mcquay
commit 36c773befa
2 changed files with 30 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@ -0,0 +1,22 @@
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe

8
README.md Normal file
View File

@ -0,0 +1,8 @@
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.