#!/bin/bash
kill -9 $(ps a |grep mcsim\. | cut -c-5)
