#!/bin/sh
export SYSLOG_NG=../syslog-ng
export LOGGER=logger
for file in test.*; do 
	./$file
done


syntax highlighted by Code2HTML, v. 0.9.1