dotfiles/.local/bin/scripts/rgain

4 lines
143 B
Plaintext
Raw Normal View History

#!/bin/sh
# Recursively add replaygain to the given files or from the current directory
2022-01-09 21:17:06 +00:00
r128gain -r --skip-tagged --preserve-times 1 "${@:-.}"