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