so, logger's done

This commit is contained in:
Kat R. 2021-08-02 23:43:14 -05:00
parent 6b3dc0818a
commit 36ccc02cde
3 changed files with 3 additions and 11 deletions

10
README
View File

@ -19,16 +19,13 @@ false
head head
link link
ln ln
logger
logname logname
pwd pwd
rmdir rmdir
true true
uname uname
The following sh built-ins are completed, working, and POSIX-compliant:
cd
The following tools are completed and working, though not necessarily The following tools are completed and working, though not necessarily
POSIX-compliant (a.k.a. I'm not confident about these): POSIX-compliant (a.k.a. I'm not confident about these):
@ -39,13 +36,8 @@ The following tools are working, but not complete or POSIX-compliant:
cal cal
mkfifo mkfifo
sh
wc wc
The following sh built-ins are working, but not complete or POSIX-compliant:
kill
umask
Building Building
-------- --------

2
TODO
View File

@ -109,7 +109,7 @@ link O |
ln O | ln O |
locale > locale >
localedef > localedef >
logger > logger O | M
login > login >
logname O | logname O |
lp > lp >

View File

@ -7,7 +7,7 @@ mandir = $(prefix)/man
INSTALLPROGRAM = \install INSTALLPROGRAM = \install
UTILS = asa basename cat cksum cmp dirname echo expand false head link ln \ UTILS = asa basename cat cksum cmp dirname echo expand false head link ln \
logname mkfifo pwd rmdir sleep tee true tty uname wc logger logname mkfifo pwd rmdir sleep tee true tty uname wc
all: $(UTILS) all: $(UTILS)