PDA

View Full Version : Jaguar shutdown items




Ajmbc
Sep 11, 2003, 09:06 PM
I would like to have a sound play when I shut down my mac. Is there any was to do this with a shell script or any other method (without opening an application such as iTunes)? I already can run a shell script at shutdown.

Any help would be very appreciated!


=ajmbc=



bousozoku
Sep 11, 2003, 11:02 PM
If you just want a simple beep, you can add the following line to a shell script:

printf "\a"