1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-10-10 20:27:41 +00:00
Files
ngircd/src/testsuite/reload-server3
2020-04-25 00:04:38 +02:00

8 lines
109 B
Bash
Executable File

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