On Dec 17, 2006, at 10:37 AM, James Edward Gray II wrote:
On Dec 17, 2006, at 12:54 AM, Oliver Taylor wrote:
Is there any way to get a command to play a sound when it is complete?
Well, you can play the system sound with:
osascript -e beep
or for more variety one of:
"$TM_SUPPORT_PATH/bin/play" "$TM_SUPPORT_PATH/Sounds/Whistle.wav" "$TM_SUPPORT_PATH/bin/play" "$TM_SUPPORT_PATH/Sounds/Harp.wav"
or any of the sounds in /System/Library/Sounds
Gerd