#!/bin/sh # thttpd.sh if [ -x /home/local/sbin/thttpd_wrapper ] ; then echo -n " thttpd" /home/local/sbin/thttpd_wrapper & fi # exit 0