1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

Started od, have at least octal working!

This commit is contained in:
benhirsch24 2014-07-10 13:49:20 -07:00
parent 156a87406d
commit cfc7b21498
2 changed files with 114 additions and 0 deletions

View file

@ -26,6 +26,7 @@ PROGS := \
hashsum \
mkdir \
nl \
od \
paste \
printenv \
pwd \