Does anyone know how to use other sounds other than a beep in a Bash shell script in UNIX?
I have this:
echo -e '\a'
But that only make a boring beep noise. I'd like to be able to use any sound file.
I have this:
echo -e '\a'
But that only make a boring beep noise. I'd like to be able to use any sound file.