pgrep -lf sshfs | cut -d" " -f1 | xargs -I{} echo "sudo kill -9 {}" | sh