Playing sound on local computer after command in SSH connection

Posted by egon on Super User See other posts from Super User or by egon
Published on 2010-04-04T19:08:31Z Indexed on 2010/04/04 19:13 UTC
Read the original article Hit count: 318

Filed under:
|
|
|
|

I'm in a ssh connection and I would like to play a sound after a command completes (not on the server where I connected).

Something:

ssh [email protected]
make && play-sound-local

I have built-in pc-speaker disabled so echo -e "\a" doesn't work.

Any suggestions?

© Super User or respective owner

Related posts about linux-mint

Related posts about ubuntu-9.10