From 5ce41da6ab85a5d48f17aeb6cb2f8b7bb839834c Mon Sep 17 00:00:00 2001 From: celisej567 <75926135+celisej567@users.noreply.github.com> Date: Wed, 9 Aug 2023 21:14:49 +0300 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..06ff62a --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Sourcemod_remover +This is a spetial program that i wrote for "a joke" with my friend that can find/delete `sourcemod` folder in _almost_ any disk in about a seconds. + + + +This solution have two projects, one of them is a console application that will show you everything that he does. The second one are "console-less" application that works faster, but dont show you anything and bigger in size. + + + +### THIS PROGRAM ARE SAFE BY DEFAULT!!!! +Console version will only show where he found `sourcemod` folder. "Console-less" version will not do anything. To enable DANGER mode you need to remove comment from `fs::remove_all` part. Also you can enable other debug stuff for console version, but it will slow down speed of the program.