mirror of
https://github.com/osmarks/ngircd.git
synced 2025-10-10 20:27:41 +00:00
8 lines
109 B
Bash
Executable File
8 lines
109 B
Bash
Executable File
#!/bin/sh
|
|
# ngIRCd Test Suite
|
|
|
|
[ -z "$srcdir" ] && srcdir=`dirname $0`
|
|
${srcdir}/reload-server.sh 3
|
|
|
|
# -eof-
|