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
link
ln
logger
logname
pwd
rmdir
true
uname
The following sh built-ins are completed, working, and POSIX-compliant:
cd
The following tools are completed and working, though not necessarily
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
mkfifo
sh
wc
The following sh built-ins are working, but not complete or POSIX-compliant:
kill
umask
Building
--------

2
TODO
View File

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

View File

@ -7,7 +7,7 @@ mandir = $(prefix)/man
INSTALLPROGRAM = \install
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)