#!/bin/bash # mail our home-work # the first arg is the homework file cat $1 | jconsole | mail -s"Homework Problem"$1 cs2322@ariel.cs.trinity.edu