Skip to content

Instantly share code, notes, and snippets.

@fbmoose48
Created December 30, 2022 05:44
Show Gist options
  • Save fbmoose48/fc329335b4ff15af1c154fc7a9ea7d34 to your computer and use it in GitHub Desktop.
Save fbmoose48/fc329335b4ff15af1c154fc7a9ea7d34 to your computer and use it in GitHub Desktop.
mp3all128k
#!/bin/bash
for file in *.mp3; do lame -b 128 "$file"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment