This website requires JavaScript.
Explore
Help
Register
Sign In
infosecn1nja
/
C3
mirror of
https://github.com/infosecn1nja/C3.git
Watch
1
Star
0
Fork
You've already forked C3
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e1b35c94a5
C3
/
CleanBinFiles.cmd
2 lines
59 B
Batchfile
Raw
Blame
History
FOR
/d /r .
%%
d
IN
(
Bin
)
DO
@
IF
EXIST
"
%%
d
"
rd
/s /q
"
%%
d
"
Reference in New Issue
View Git Blame
Copy Permalink