1
0
mirror of https://github.com/osmarks/ngircd.git synced 2026-06-06 21:02:07 +00:00
Files
ngircd/src/testsuite/reload-server3
T
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-