#!/bin/bash from="youremail@yourdomain.com" to="yourlogin@toodledo.com" echo "!Priority #Duedate =Duetime >Start *Folder @Context +Goal \$Status %Tag ~Length" read subject echo "Notes: (Or just hit enter if there are no notes associated.)" read notes echo "From: $from To: $to Subject: $subject $notes" | /usr/sbin/sendmail -t