Skip to content

Instantly share code, notes, and snippets.

@volh
Last active December 16, 2015 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save volh/5433977 to your computer and use it in GitHub Desktop.
Save volh/5433977 to your computer and use it in GitHub Desktop.
play all the flash video/audio files open in chrome/firefox via mplayer
#!/bin/sh
mplayer $(find $(for i in `pgrep -f flashplayer`; do echo /proc/$i/fd/; done) -lname "*Flash*")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment