[hackers] [sbase][PATCH] Add implementation of shuf(1)

2024-03-02 Thread Elie Le Vaillant
--- .gitignore | 1 + Makefile | 2 ++ README | 1 + libutil/random.c | 46 + shuf.1 | 43 +++ shuf.c | 77 util.h | 3 ++ 7 files

[hackers] [sbase][PATCH] Add implementation of shuf(1)

2024-02-26 Thread Elie Le Vaillant
--- .gitignore | 1 + Makefile | 1 + README | 1 + shuf.1 | 43 + shuf.c | 110 + 5 files changed, 156 insertions(+) create mode 100644 shuf.1 create mode 100644 shuf.c diff --git a/.gitignore