4 lines
129 B
Text
4 lines
129 B
Text
|
#!/bin/sh
|
||
|
# Recursively add replaygain to the given files or from the current directory
|
||
|
r128gain -r --preserve-times 1 "${@:-.}"
|