#!/bin/sh
#  jabbers [ttys]
#
if [ $# -lt 1 ];then set 1 2 3 4;fi
for n
do	jabber tty0$n > /dev/tty0$n &
done
