killwine.sh

This commit is contained in:
sam.hadow 2023-05-23 02:23:01 +02:00
parent 802fb10ac3
commit 6aa5c64d77

2
.killwine Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
wineserver -k; killall -9 wine wineserver; for i in `ps ax|grep -E "\.exe"|awk '{print $1 }'`;do kill -9 $i;done;echo 'killed wine'