#!/bin/sh
#$Id: shak_mail_v 1.1 1996/04/14 14:58:08 jhl Exp $
USER="$1"
export USER
subject="$2"

mail -s "$subject" $USER

exit $retval

