[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Script



Tom Droege wrote:
> 
> I am very proud of myself.  I just wrote a script that lets me load up data
> disks without all that typing of directors and mount/unmounts etc..
> 
> I could not figure out how to do two things:
> 
> 1) Make the speaker beep.  I want the lowest level beep - no sound card

echo -e "\a"

#2 already answered, but I'll add that "eject" does an implicit "umount".

John