comparison scripts/waaad-kill.sh @ 0:9e5a3c884de6

Initial import of the virtual testbed.
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 17 Jun 2010 11:00:32 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9e5a3c884de6
1 #!/bin/bash -x
2
3 PID=`ps --no-heading -C waaad -o '%p'`
4 kill -TERM $PID
5 sleep 1
6 kill -KILL $PID
"Welcome to our mercurial repository"