#!/bin/sh . /etc/efingerd/log if [ "$1" = "(null)" ]; then printf "\nhello %s,\n\n" "$2" else printf "\nhello %s@%s\n\n" "$1" "$2" fi if [ "$3" = "root" ]; then printf "you've reached\n" figlet -f smslant envs.net cat <