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