#!/bin/sh TIMEOUT="180" KEY="_ansh_ELWIX_" echo "Starting ansh3d ..." [ -x /usr/sbin/ansh3d ] && /usr/sbin/ansh3d -t ${TIMEOUT} -k ${KEY}