Adding some utilities.

Thanks "Galos, David" <galosd83@students.rowan.edu>!
This commit is contained in:
Christoph Lohmann
2013-05-30 21:29:56 +02:00
parent c9aac796c8
commit 2c162042b1
9 changed files with 131 additions and 14 deletions

View File

@@ -22,8 +22,10 @@ LIB = \
SRC = \
basename.c \
cat.c \
chgrp.c \
chmod.c \
chown.c \
chvt.c \
cksum.c \
cmp.c \
cp.c \
@@ -45,10 +47,13 @@ SRC = \
nl.c \
nohup.c \
paste.c \
printenv.c \
pwd.c \
rm.c \
rmdir.c \
sleep.c \
sort.c \
sync.c \
tail.c \
tee.c \
test.c \
@@ -57,6 +62,7 @@ SRC = \
tty.c \
uname.c \
uniq.c \
unlink.c \
seq.c \
wc.c \
yes.c