#!/bin/bash

ps -ef | grep -i monitor.py | grep -i python3 | awk '{print "kill -9 "$2}' | bash
