From 4c16e777b2994a0aa962a9e7bc1bda7e4f8676fd Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Fri, 26 Jul 2019 21:10:54 -0400 Subject: implement shuf --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 66a0ca2..4a8a295 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .POSIX: PROGRAMS=arch base64 factor hostid mktemp nproc pinky printenv readlink \ - seq stdbuf sync tac uptime users vdir yes + seq shuf stdbuf sync tac uptime users vdir yes all: $(PROGRAMS) -- cgit v1.2.1