view 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
line wrap: on
line source

#!/bin/bash -x

PID=`ps --no-heading -C waaad -o '%p'`
kill -TERM $PID
sleep 1
kill -KILL $PID
"Welcome to our mercurial repository"