This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
cdelorme
/
arch-desktop
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
add a script to kill all wine .exe processes
Casey DeLorme
%!s(int64=5) %!d(string=hai) anos
pai
ea24870333
achega
2ecfd3dd46
Modificáronse 1 ficheiros
con
2 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
2
0
install/usr/local/bin/wine-killer
+ 2
- 0
install/usr/local/bin/wine-killer
Ver ficheiro
@@ -0,0 +1,2 @@
+#!/bin/bash
+kill -9 $(ps ux | grep -iE "\.exe" | grep -v grep | awk '{print $2}')