1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 22:17:45 +00:00

Merge pull request #4493 from tertsdiepraam/shred-expand-buffer-size

`shred`: refactor to clean up code and reduce syscalls
This commit is contained in:
Sylvestre Ledru 2023-03-24 23:15:13 +01:00 committed by GitHub
commit 20cfd299e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 303 additions and 331 deletions

1
Cargo.lock generated
View file

@ -2995,6 +2995,7 @@ name = "uu_shred"
version = "0.0.17"
dependencies = [
"clap",
"libc",
"rand",
"uucore",
]