[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

UNSUBSCIBE!!!! in.tcpmuxd



#! /bin/sh

read what
case $what in
  tcpmux|1)
    echo "+OKAY FINE"
    exec $0
    ;;
  HELP)
    echo "tcpmux"
    ;;
  *)
    echo "-BLOW ME"
    ;;
esac