#!/bin/sh if [ -z "`which nc 2> /dev/null`" ] then echo "nc ne semble pas installe" >&2 exit 1 fi cd `dirname $0` ./httpd.sh &