mirror of
https://github.com/osmarks/ngircd.git
synced 2026-06-06 21:02:07 +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-
|