Simple and small HTTP server in Bash with NetCat.
httpd.sh [PORT=8080 [ROOT_DIR=./]]
Put httpd.sh
file into directory with your files, and just run it.
./httpd.sh
By default script will open port 8080 and serve files.
./httpd.sh 5000
./httpd.sh 5000 /home/user/my_project/
Look at the www.promyk.doleczek.pl, maybe you will find another interesting thing :-)