0
votes
2answers
19 views

Play sound on mac terminal

I have a script running in the background and sends me an alert every few minutes. I want the alert to be in the form of a beep. Question: How can I play a beep in mac terminal?
2
votes
2answers
2k views

How to make Terminal bounce its application Dock icon in OS X

In OS X, when a program wants attention, its Dock icon at the bottom will bounce up and down. In Terminal, sometimes I will run a long series of commands, like this: a && b && c I ...