Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Ajmbc

macrumors regular
Original poster
Jan 29, 2003
232
0
Louisiana
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=
 
If you just want a simple beep, you can add the following line to a shell script:

printf "\a"
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.