This website works better with JavaScript
Home
Explore
Help
Sign In
cdelorme
/
arch-desktop
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
1a2c72b6ed
Branches
Tags
master
arch-desktop
/
install
/
usr
/
local
/
bin
/
wine-killer
wine-killer
82 B
History
Raw
1
2
#!/bin/bash
kill -9 $(ps ux | grep -iE "\.exe" | grep -v grep | awk '{print $2}')