Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.5: Create an XKCD-influenced Mac 'doorbell'' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.5: Create an XKCD-influenced Mac 'doorbell'
Authored by: penguify on Jan 25, '09 11:18:29AM

To change system volume to max via shell:

osascript -e "set volume output volume 100"

Or replace the 100 with an integer between 0 and 100 to get the corresponding volume. (mute=0, half volume=50, etc.)



[ Reply to This | # ]