klish 175 B

123456789101112
  1. #!/bin/sh
  2. export SYSTEM_NAME=`hostname`
  3. progname=`basename $0`
  4. if [ "$progname" = "klish-enable" ]; then
  5. export CLISH_PATH=/etc/clish-enable
  6. fi
  7. exec /usr/bin/clish "$@"