summaryrefslogtreecommitdiffstats
path: root/common/common-scripts/src/main/resources/scripts/killScript
blob: b7fe0ec8bf438252c212dee4439978f9fb5849ad (plain)
1
2
#!/bin/sh -
kill `ps aux | grep '${pattern}' | grep -v grep | awk '{print \$2}'`