Is there an utility which takes a command as argument, runs it and plays sound (or just beeps) depending on the return status? "Good" beep if it's success and "bad" beep if it's failure.
So I can run compiler and take a nap while it builds. And if it will be successful sound, I won't worry.
The question is asked in funny manner, but I really need this tool. I'll have to write my own if there isn't one existing.