dotfiles/home/default/scripts/create-playlist

4 lines
95 B
Bash
Executable File

#!/usr/bin/env sh
find . -type f -iregex ".*\.\(mp3\|opus\|flac\|aac\)" | sort > playlist.m3u