#!/bin/ksh -p
# Another improved command, 'cos my system tells me that my TERM variable
# isn't set when I do a normal rsh...

a=$1
shift
rsh $a "(setenv TERM vt100;$*)"
