#!/bin/bash ps \ | grep -E 'run.sh|time|python3' \ | cut -d ' ' -f2 \ | xargs -I{} kill -9 {}