annotate scripts/killLogupdate.sh @ 354:ee69ae1ab1a2

rename Persistent
author kono
date Mon, 25 Sep 2017 20:11:49 +0900
parents 15061909f4da
children 97a09cc105d9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
353
15061909f4da add scripts
nozomi
parents:
diff changeset
1 #!/bin/sh
15061909f4da add scripts
nozomi
parents:
diff changeset
2
15061909f4da add scripts
nozomi
parents:
diff changeset
3 ps agx | grep logupdate | grep -v grep | grep -v killLogupdate | perl -le 'while (<>){if (/(\d+)/){print "kill -9 $1"}}' | sh