#!/bin/bash
# Created by Ben Okopnik on Mon May 23 10:52:12 EDT 2005

cd ~/.idesktop/builder
# > thttpd.log
# /usr/sbin/thttpd -d "~/.idesktop" -p 8080 -u ben -l ~/.idesktop/builder/thttpd.log -c "builder/*.cgi"
/usr/sbin/thttpd -d "$HOME/.idesktop" -p 8080 -u $USER -c "builder/*.cgi"
/usr/bin/mozilla http://localhost:8080/builder/idesk.cgi
/usr/bin/pkill -u $USER thttpd

