Skip to content

Instantly share code, notes, and snippets.

@teeler
Created May 8, 2011 20:20
Show Gist options
  • Save teeler/961659 to your computer and use it in GitHub Desktop.
Save teeler/961659 to your computer and use it in GitHub Desktop.
For Adam, like in the movies.
mkdir /tmp/poo
wget -q -O - http://some/mp3 | tee /tmp/poo | od
# In another shell,
mplayer - < /tmp/poo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment