wineserver -k; killall -9 wine wineserver; for i in `ps ax|grep -E "\.exe"|awk '{print $1 }'`;do kill -9 $i;done;echo 'killed wine'
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.