unMcFucking

This commit is contained in:
Elghinnarisa
2022-09-09 19:50:39 +02:00
parent db2ff6ebfd
commit 19ad920d93
17 changed files with 459 additions and 39 deletions

8
powershell_test Normal file
View File

@@ -0,0 +1,8 @@
import subprocess, sys
import os
folder_path=os.getcwd()
p = subprocess.Popen(["powershell.exe", "dir"])
res=p.communicate()