View Single Post
  #7  
Old 02-23-2010, 05:35 PM
cookieme cookieme is offline
Registered User
 
Join Date: Nov 2009
Posts: 28
I've put together this shell script:

Code:
#!/bin/bash
/usr/sbin/diskutil eject /Volumes/SD*
afplay /System/Library/Sounds/Hero.aiff
The external USB drive has two partitions called SD Daily and SD Weekly.

What do you think?
Reply With Quote