#!/bin/sh #host=`xprompt -re -p "Telnet to"` # #exec Eterm -l -n "xtelnet $host" -e telnet "$host" #exec xtelnet "$host" set -- `xprompt -re -p "Telnet to"` exec xtelnet "$@"