Donation
Make a donation to help WiPhA development

Search




Preferences

Connect again
---

Your name (or pseudo) :

Your secret code (associated with your pseudo)


 Count of members 101 members


Connected :

(nobody)
Visits

 942594 visitors

 19 visitors online

Private
growlNotify.sh

Download Download file

#!/bin/sh
 
# thunderbird_wrapper.sh
# v1.0
 
# David LaPorte
# 09/23/05
 
SUBJECT="$1"
SENDER="$2"
 
APP="Thunderbird"
 
# Location of growlnotify (located in Growl distribution)
# You will need to move it from the DMG to a local path
GROWLNOTIFY=/usr/local/bin/growlnotify
 
$GROWLNOTIFY -a "$APP" -t "Subject: $SUBJECT" -m "From: $SENDER"

Code highlighted using GeSHi
© Nigel McNie, 2004, released under the GNU GPL
^ Top ^