1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

Implement shuf

This commit is contained in:
Arcterus 2014-07-09 18:19:59 -07:00
parent 8328ba2e0a
commit 304ba5f4dc
2 changed files with 173 additions and 0 deletions

View file

@ -35,6 +35,7 @@ PROGS := \
rmdir \
sleep \
seq \
shuf \
sum \
sync \
tac \