#!/bin/bash #Script for mailing out resumes. Job field is optional. Must have mutt on the #system. job.txt contains your message body. Carbon copy to yourself to keep #track. - Digital Ebola echo Enter address: read ADDRESS echo echo Enter Job number: read JOB echo cat job.txt | mutt -a ~/jlres-4-6-2001.doc -s "Resume for position $JOB" -c digiebola@hackphreak.org $ADDRESS