Skip to content

Commit

Permalink
Update UPX Soft Global.py
Browse files Browse the repository at this point in the history
  • Loading branch information
An0nX authored May 28, 2022
1 parent 08a110b commit 3fc95e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UPX Soft Global.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ctypes.windll.kernel32.SetConsoleTitleW('UPX Soft by httpshotmaker')

def clean():
os.system('clear')
os.system('cls' if os.name == 'nt' else 'clear')

clean()

Expand Down Expand Up @@ -49,4 +49,4 @@ def banner():
ctypes.windll.kernel32.SetConsoleTitleW(f'Working with {j}')
os.system(f'upx --best "{j}"')
clean()
banner()
banner()

0 comments on commit 3fc95e0

Please sign in to comment.