stop.sh 84 Bytes Edit 1 2 #!/bin/sh jps -l | grep swift-editor | awk '{print $1}' | xargs kill >/dev/null 2>&1