1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-05 15:37:47 +00:00

sync: Verify that the files can be opened

This commit is contained in:
Sylvestre Ledru 2022-09-24 14:54:19 +02:00
parent fc1c7755b9
commit 6edf8ebf41
4 changed files with 73 additions and 5 deletions

1
Cargo.lock generated
View file

@ -2834,6 +2834,7 @@ version = "0.0.15"
dependencies = [
"clap",
"libc",
"nix",
"uucore",
"winapi",
]