
#!/bin/sh curDate=`date` # Run your program here endDate=`date` echo "Running complete! Started: "$curDate "Ended: "$endDate |mail -s "MSONEW Run Complete!" myname@domain.com
#!/bin/sh curDate=`date` # Run your program here endDate=`date` echo "Running complete! Started: "$curDate "Ended: "$endDate |mail -s "MSONEW Run Complete!" myname@domain.com