wine-killer 82 B

12
  1. #!/bin/bash
  2. kill -9 $(ps ux | grep -iE "\.exe" | grep -v grep | awk '{print $2}')