notes/httpd file directory list busybox-cbisCdBS.sh
#!/bin/sh

echo "Content-type: text/html"
echo ""
find ../files|\
    while read file
    do 
        echo "<a href="$file">$file</a><br>"
    done

syntax highlighted by Code2HTML, v. 0.9.1