added C++ based nuke tool to nuke dirs/files

This commit is contained in:
patricus 2025-06-30 17:21:55 +02:00
parent 887fa8cdaf
commit ab4fb231e5
5 changed files with 24 additions and 11 deletions

1
cat.c
View file

@ -7,7 +7,6 @@
#include<string.h>
int main(int argc,char *argv[])
{
if(argc==1) {
read_from_stdin();
return 0;