ngircd-tor/src/testsuite/start-server2

8 lines
108 B
Bash
Executable File

#!/bin/sh
# ngIRCd Test Suite
[ -z "$srcdir" ] && srcdir=`dirname $0`
${srcdir}/start-server.sh 2
# -eof-