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

Merge pull request #346 from Arcterus/shuf

Implement shuf
This commit is contained in:
Heather 2014-07-10 06:36:50 +04:00
commit 35431d6520
2 changed files with 193 additions and 0 deletions

View file

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