mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-14 19:55:19 +00:00
fpath = "~/hackingtoolpath.txt"
This commit is contained in:
parent
cf34f54a9c
commit
bf5c1c9090
@ -74,7 +74,7 @@ class AllTools(HackingToolsCollection):
|
|||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
try:
|
try:
|
||||||
if system() == 'Linux':
|
if system() == 'Linux':
|
||||||
fpath = "/home/hackingtoolpath.txt"
|
fpath = "~/hackingtoolpath.txt"
|
||||||
if not os.path.exists(fpath):
|
if not os.path.exists(fpath):
|
||||||
os.system('clear')
|
os.system('clear')
|
||||||
# run.menu()
|
# run.menu()
|
||||||
|
Loading…
Reference in New Issue
Block a user