appereantly missed that on git lol
This commit is contained in:
parent
df67691c32
commit
39449eb1d0
@ -6,4 +6,5 @@ if __name__ == '__main__':
|
|||||||
#due to steam child processes.
|
#due to steam child processes.
|
||||||
#even with steam turned offline might there be chromium web browsers left over from steam who still hold processes open.
|
#even with steam turned offline might there be chromium web browsers left over from steam who still hold processes open.
|
||||||
#only kind of potential issues from this is steam cloud being out of sync, which is really fucking irrelevant.
|
#only kind of potential issues from this is steam cloud being out of sync, which is really fucking irrelevant.
|
||||||
|
whoami = subprocess.getoutput(["whoami"])
|
||||||
subprocess.getoutput([f"pkill -9 -u {whoami}"])
|
subprocess.getoutput([f"pkill -9 -u {whoami}"])
|
||||||
|
Loading…
Reference in New Issue
Block a user