#!/bin/sh
mail -s "Intro to UNIX Software Development RESCHEDULED" < resched-mail.txt $1
echo "Send to $1"