1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Implement shred

This commit is contained in:
Fort 2015-12-28 23:18:19 -08:00
parent 122284e25a
commit eb6453013e
6 changed files with 478 additions and 1 deletions

View file

@ -63,6 +63,7 @@ generic = [
"rm",
"rmdir",
"seq",
"shred",
"shuf",
"sleep",
"sort",
@ -134,6 +135,7 @@ relpath = { optional=true, path="src/relpath" }
rm = { optional=true, path="src/rm" }
rmdir = { optional=true, path="src/rmdir" }
seq = { optional=true, path="src/seq" }
shred = { optional=true, path="src/shred" }
shuf = { optional=true, path="src/shuf" }
sleep = { optional=true, path="src/sleep" }
sort = { optional=true, path="src/sort" }