#!/bin/ash

while [ 1 ]
do
/usr/bin/nc -v -e /usr/sbin/in.pygmy -l -p 80 2>>/var/log/httpd.log
done
