#/bin/bash


ps -ef | grep -i whatsapp | awk '{print "kill -9 "$2}'  | bash
nohup python3 whatsapp.py  & > /dev/null


