ubase

suckless linux base utils
git clone git://git.2f30.org/ubase
Log | Files | Refs | README | LICENSE

commit 6fa02c77b3c4ec9ec1566526a4285aed9ebf9405
parent 367d26ad07491f9ca1e81b79d1c1386c55c243e4
Author: sin <sin@2f30.org>
Date:   Fri, 16 Aug 2013 10:35:09 +0100

Add TODO

Diffstat:
MMakefile | 2+-
ATODO | 12++++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -85,7 +85,7 @@ uninstall: dist: clean @echo creating dist tarball @mkdir -p ubase-$(VERSION) - @cp -r LICENSE Makefile config.mk $(SRC) $(MAN) util $(HDR) ubase-$(VERSION) + @cp -r LICENSE Makefile config.mk TODO $(SRC) $(MAN) util $(HDR) ubase-$(VERSION) @tar -cf ubase-$(VERSION).tar ubase-$(VERSION) @gzip ubase-$(VERSION).tar @rm -rf ubase-$(VERSION) diff --git a/TODO b/TODO @@ -0,0 +1,12 @@ +Tools +===== + * vmstat(8) + * top(1) + * Better ps(1) support + * mountpoint(1) + * swaplabel(8) + * last(1) + +Other +===== + * More manpages!