notes/cgibin shell screipt for httpd ls-kN7d5fXD.sh
#!/bin/sh

echo "Content-type: text/html"
echo ""

ls /|while read line
do 
    echo "$line<br>"
done

syntax highlighted by Code2HTML, v. 0.9.1