view scripts/killLogupdate.sh @ 354:ee69ae1ab1a2

rename Persistent
author kono
date Mon, 25 Sep 2017 20:11:49 +0900
parents 15061909f4da
children 97a09cc105d9
line wrap: on
line source

#!/bin/sh

ps agx | grep logupdate | grep -v grep | grep -v killLogupdate | perl -le 'while (<>){if (/(\d+)/){print "kill -9 $1"}}' | sh