ngircd-tor/src/testsuite/start-server1

8 lines
108 B
Bash
Executable File

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