This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
cdelorme
/
arch-desktop
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
461a5fd4ba
Rami (Branch)
Tag
master
arch-desktop
/
install
/
usr
/
local
/
bin
/
wine-killer
wine-killer
82 B
Cronologia
Originale
1
2
#!/bin/bash
kill -9 $(ps ux | grep -iE "\.exe" | grep -v grep | awk '{print $2}')