#! /bin/sh
#
# Q&D hack to pick up mail over term..
#
rm -f o
#
# Change the slsh to 'trsh' if useing term.

slsh mv /usr/spool/mail/oreillym o

#
# change to slup to 'tupload' if useing term. delete the 'on' as well.
 

slsh -- slup -ufvc on o

cat o >> /usr/spool/mail/root
rm -f o
