Загрузить файлы в «coreutils»

This commit is contained in:
8nlight 2023-10-15 12:17:50 +03:00
parent 8587881d00
commit 0630352642

View File

@ -85,7 +85,7 @@ int main(const int argc, const char **argv) {
int fd = open(argv[i], O_RDWR);
if (fd < 0) {
fprintf(stderr, "shred: %s is %s\n", argv[i], strerror(errno));
return 1;
continue;
}
shred(rand_fd, fd);