pmd/pmd-dcpd/etc/stop_all.sh
Tom Copeland 24ce16e166 some handy shell scripts
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@791 51baf565-9d33-0410-a72c-fc3788e3496d
2002-08-27 21:17:38 +00:00

9 lines
240 B
Bash

#!/bin/sh
rmid -stop
rm -rf log
ps -ef | grep javaspace | grep -v grep | cut -c9-15 | xargs kill -9
ps -ef | grep httpd_go | grep -v grep | cut -c9-15 | xargs kill -9
ps -ef -U tom | grep java | grep -v grep | cut -c9-15 | xargs kill -9