mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-11-04 16:03:00 +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-
 |