From 0752287a116694752c414e247c1c327d17298f32 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 5 Feb 2019 02:07:53 -0500 Subject: Add aes Okay this should really be aes(6) but I don't feel like adding back MAN6 in the Makefile. --- bin/README | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/README') diff --git a/bin/README b/bin/README index e7e8f618..478373ae 100644 --- a/bin/README +++ b/bin/README @@ -7,6 +7,7 @@ DESCRIPTION Various tools primarily targeting Darwin, FreeBSD and NetBSD. Some tools target Linux. + aes(1) fullwidth output beef(1) Befunge-93 interpreter bri(1) backlight brightness control brot(1) Mandelbrot renderer -- cgit 1.4.1 ue='master' selected='selected'>master dontfiles
summary refs log tree commit diff
path: root/bin/cash/miscbltin.c (unfollow)
Commit message (Expand)Author
2019-01-10Remove funcsJune McEnroe
2019-01-10Remove profile and dot.profileJune McEnroe
2019-01-10Replace strchrnul with strchrJune McEnroe
2019-01-10Replace eaccess with faccessatJune McEnroe
2019-01-10Replace st_mtim with st_mtimespecJune McEnroe
2019-01-10Replace sys_nsig with NSIGJune McEnroe
2019-01-10Replace cash MakefileJune McEnroe
2019-01-10Move bltin out of subdirectoryJune McEnroe