added nuke util, C++ 20 build
This commit is contained in:
parent
ab4fb231e5
commit
9d18fc60b2
4 changed files with 9 additions and 3 deletions
2
cat.c
2
cat.c
|
@ -13,7 +13,7 @@ return 0;
|
|||
}
|
||||
if(strcmp(argv[1],"-v")==0)
|
||||
{
|
||||
printf("patricus utils, version %s",version);
|
||||
printf("patricus utils, version %s",VERSION);
|
||||
return 0;
|
||||
}
|
||||
for(int meowing=1;meowing<argc;meowing++){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue