# ~/bin/surfer mesg n cd ; cd tmp command_head="kermit -l" command_tail="-b 38400 -p n" # command_head"=seyon -noemulator xterm -modems" # command_tail="-nodefargs -- -fg pink -r -T \"Surfer - Seyon\" " case $1 in 5) $command_head /dev/cuaa5 $command_tail ;; 6) $command_head /dev/cuaa6 $command_tail ;; 7) $command_head /dev/cuaa7 $command_tail ;; esac