Created
January 6, 2017 10:34
-
-
Save codeasashu/416e43778a4e1cca96676ab2a24bf3e8 to your computer and use it in GitHub Desktop.
Play multiple file extensions in ubuntu repeatedly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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