dotfiles/.local/bin/scripts/rgain
2022-01-09 22:17:06 +01:00

3 lines
143 B
Bash
Executable file

#!/bin/sh
# Recursively add replaygain to the given files or from the current directory
r128gain -r --skip-tagged --preserve-times 1 "${@:-.}"