Skip to content

Instantly share code, notes, and snippets.

@codeasashu
Created January 6, 2017 10:34
Show Gist options
  • Save codeasashu/416e43778a4e1cca96676ab2a24bf3e8 to your computer and use it in GitHub Desktop.
Save codeasashu/416e43778a4e1cca96676ab2a24bf3e8 to your computer and use it in GitHub Desktop.
Play multiple file extensions in ubuntu repeatedly
#Current Dir .
find . -maxdepth 1 \( -name "*.m4a" -or -name "*.webm" -or -name "*.mp3" -or -name "*.mp4" \) -exec mplayer -loop 0 -novideo {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment