Sunday, September 25, 2005

 

linux cu

#baud=38400
baud=9600

if [ x$2 != x ]; then
baud=$2
fi

echo -ne "\033]0;$1: cu -s $baud -l /dev/ttyS$1\007"
cu -s $baud -l /dev/ttyS$1

echo -ne "\033]0;Disconnected from $1.\007"


Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?