Pinned Loading
-
-
My_Bash
My_Bash 1# ---------------------
2# Tab improvements
3# ---------------------
45bind 'set completion-ignore-case on'
-
-
Bash script to convert .flac files t...
Bash script to convert .flac files to .mp3 1(for FILE in *.flac ; do ffmpeg -i "$FILE" -f mp3 -ab 192000 "`basename "$FILE" .flac`.mp3" || break; done)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.