#!/bin/sh

#rxvt +sb -sl 500 -n "Pine" -title "Pine" -e pine &
#exec rxvt +sb -sl 500 -n "Pine" -title "Pine" -e pine

if [ $# -eq 0 ]; then
	xsh localhost pine
else
	xsh $@ pine
fi