BlueSense AppleScripts

How to send a growl notification in AppleScript

Download Growl Notify here : http://growl.info/downloads


try
	do shell script ("heure=$(date +'%H:%M:%S'); /usr/local/bin/growlnotify --appIcon '/Applications/BlueSense.app' --name BlueSense --noteName 'Device detected' -s --message \"$heure Welcome back to your desktop.\"")
end try