Skip to content

Instantly share code, notes, and snippets.

View cpfeiffer94's full-sized avatar

Christian Pfeiffer cpfeiffer94

View GitHub Profile
@lobotony
lobotony / swatmd.py
Created May 11, 2022 17:15
waits for wdavdaemon_enterprise processes and kills them. run with sudo.
#!/usr/bin/env python3
import psutil
import time
def logDebug(msg):
print(time.ctime() + " " + msg)
while True:
count = 0