]> arthur.barton.de Git - ngircd-alex.git/blob - src/testsuite/stop-server.sh
- Test-Suite fuer den ngIRCd begonnen.
[ngircd-alex.git] / src / testsuite / stop-server.sh
1 #!/bin/sh
2 # ngIRCd Test Suite
3 # $Id: stop-server.sh,v 1.1 2002/09/09 10:16:24 alex Exp $
4
5 echo "      stopping server ..."
6
7 pid=`ps a | grep ngircd-test | head -n 1 | cut -d ' ' -f 1`
8 kill $pid > /dev/null 2>&1
9
10 # -eof-