today update
This commit is contained in:
14
没有使用/taskkill.pyw
Normal file
14
没有使用/taskkill.pyw
Normal file
@@ -0,0 +1,14 @@
|
||||
import os
|
||||
import platform
|
||||
from time import time
|
||||
import sys
|
||||
|
||||
t = 'taskkill -f -t -im '
|
||||
|
||||
def Linux():
|
||||
system = platform.system()
|
||||
if system == 'Linux':
|
||||
pass
|
||||
elif system == 'Windows':
|
||||
os.system(t + 'client.exe')
|
||||
os.system()
|
||||
Reference in New Issue
Block a user