#!/bin/sh # Usage: rterm machine [ username ] EMULATOR=kvt MC=${1:-web} U=${2:-$USER} $EMULATOR -T $U@$MC -e rlogin -l $U $MC &