Return to Snippet

Revision: 49057
at July 15, 2011 01:37 by beaknit


Initial Code
while ps $JBOSS_PID > /dev/null
do
	sleep 5
	echo Waiting for Jboss PID $JBOSS_PID to terminate
done

Initial URL


Initial Description
Uses jboss in this example

Initial Title
Wait for Proc to Term by PID

Initial Tags


Initial Language
Bash