Hacker News new | ask | show | jobs
by titanomachy 2070 days ago
I like how it plays nice with linux pipes.

I've used this on macOS before to accomplish the same thing:

`afplay ~/song.mp3 & do_something_slow; pkill afplay; tput bel`