Skip to content
Snippets Groups Projects
Unverified Commit 6538cee3 authored by Christian Clauss's avatar Christian Clauss Committed by GitHub
Browse files

Exit after hackingtool is successfully uninstalled

parent 2ecb2079
No related branches found
No related tags found
No related merge requests found
# coding=utf-8
import os
import sys
from time import sleep
from core import HackingTool
......@@ -53,9 +54,8 @@ class UninstallTool(HackingTool):
"sudo rm -rf /usr/share/doc/hackingtool/;"
"cd /etc/;"
"sudo rm -rf /etc/hackingtool/;")
print("\nHackingtool Successfully Uninstalled..")
print("Happy Hacking..!!")
sleep(1)
print("\nHackingtool Successfully Uninstalled... Goodbye.")
sys.exit()
class ToolManager(HackingToolsCollection):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment