Skip to content

Instantly share code, notes, and snippets.

@skinnylatte
Created March 1, 2022 23:14
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 skinnylatte/9655311a15a3198a36f4a2782cbd6333 to your computer and use it in GitHub Desktop.
Save skinnylatte/9655311a15a3198a36f4a2782cbd6333 to your computer and use it in GitHub Desktop.
Create playlist from folder of mp3s in cli

for f in *.mp3; do echo "$f" >> playlist.m3u; done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment