This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
cdelorme
/
arch-desktop
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
461a5fd4ba
Branches
Tags
master
arch-desktop
/
install
/
usr
/
local
/
bin
/
wine-killer
wine-killer
82 B
Historique
Raw
1
2
#!/bin/bash
kill -9 $(ps ux | grep -iE "\.exe" | grep -v grep | awk '{print $2}')