This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
cdelorme
/
arch-desktop
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
7f6b837b36
Ramos
Etiquetas
master
arch-desktop
/
install
/
usr
/
local
/
bin
/
wine-killer
wine-killer
82 B
Histórico
Em bruto
1
2
#!/bin/bash
kill -9 $(ps ux | grep -iE "\.exe" | grep -v grep | awk '{print $2}')