bore

Unnamed repository
Log | Files | Refs | README

commit 69a9f3f867440a5d77e5dba9997cc906e665634f
parent 6ca04fd206737e0d63acd81521297f9d4878fcc0
Author: aabacchus <ben@bvnf.space>
Date:   Sun, 19 Sep 2021 21:46:26 +0100

add README, PROGRESS

Diffstat:
APROGRESS | 31+++++++++++++++++++++++++++++++
AREADME | 8++++++++
2 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/PROGRESS b/PROGRESS @@ -0,0 +1,31 @@ +# This file shows the program [to be] implemented, along with the respected flags. +# An [x] in the box indicates an essentially completed program. + +[x] cat [-u] +[ ] chmod +[ ] chown +[ ] cp +[ ] date +[ ] du +[x] echo +[ ] head +[ ] id +[ ] kill +[ ] ln +[ ] ls +[ ] mkdir +[ ] more +[ ] mv +[ ] printf +[ ] pwd +[ ] rm +[ ] rmdir +[ ] shred +[ ] sleep +[ ] tail +[x] tee [-ai] +[ ] touch +[ ] tty +[ ] uname +[ ] wc +[ ] whoami diff --git a/README b/README @@ -0,0 +1,8 @@ +bore: Ben's cORE +========== + +My basic set of core utilities. Watch this space! +They probably will be POSIX. + +The software found in this repository has been dedicated to the public domain. +See UNLICENSE for more details.