Playing sound on local computer after command in SSH connection
- by egon
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 me@somewhere.com
make && play-sound-local
I have built-in pc-speaker disabled so echo -e "\a" doesn't work.
Any suggestions?