#!/bin/bash ps -ef | grep /usr/local/frp/frpc | grep -v grep | awk '{print $2}' | xargs kill -9 ps -ef | grep frpc