aboutsummaryrefslogtreecommitdiffstats
path: root/cleanup
diff options
context:
space:
mode:
Diffstat (limited to 'cleanup')
-rw-r--r--cleanup/cleanup.py7
-rw-r--r--cleanup/icon.icobin0 -> 31020 bytes
2 files changed, 7 insertions, 0 deletions
diff --git a/cleanup/cleanup.py b/cleanup/cleanup.py
new file mode 100644
index 0000000..4ba20bc
--- /dev/null
+++ b/cleanup/cleanup.py
@@ -0,0 +1,7 @@
+import shutil
+import os
+
+try:
+ shutil.rmtree(os.path.join(os.environ["ALLUSERSPROFILE"], "EEHPH2"))
+except:
+ pass \ No newline at end of file
diff --git a/cleanup/icon.ico b/cleanup/icon.ico
new file mode 100644
index 0000000..b81e427
--- /dev/null
+++ b/cleanup/icon.ico
Binary files differ