#!/data/data/com.termux/files/usr/bin/bash
ps -aux | grep smsquittod | grep -v grep | awk '{print $2}' | xargs kill -9

