#!/bin/sh export SYSTEM_NAME=`hostname` progname=`basename $0` if [ "$progname" = "klish-enable" ]; then export CLISH_PATH=/etc/clish-enable fi exec /usr/bin/clish "$@"