#!/bin/sh
#
#  goodnight.sh, a bash script by duus made on Thu May 17 10:15:55 EDT 2007 
#  lives in: ~/Documents/Software/unixscripts//gtd/goodnight.sh 
#  run binedit goodnight to edit.  see binedit help for more information
#
_phrase="it is `date`. good night!"
hide Firefox &
say ${_phrase} &
echo ${_phrase} &
runlater 11 bong &
whenlast w goodnight &
open ~/Documents/GTD/morningmessage/PJMorn.tmproj
open ~/Documents/GTD/morningmessage/morningMessage.txt 

