mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-31 17:49:11 +00:00
8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
|
#!/bin/sh
|
||
|
# ngIRCd Test Suite
|
||
|
|
||
|
[ -z "$srcdir" ] && srcdir=`dirname $0`
|
||
|
${srcdir}/start-server.sh 1
|
||
|
|
||
|
# -eof-
|