#!/bin/bash root=$HOME/myroot/usr/local/www killall thttpd 2>/dev/null thttpd -p 5050 -d $root -l $root/log -c "/cgi-bin/*"