mirror of
https://github.com/iAmInActions/random-scripts.git
synced 2025-02-16 07:30:10 +00:00
4 lines
63 B
Bash
4 lines
63 B
Bash
#!/bin/bash
|
|
cd out
|
|
find -name '*mp3' -exec mp3gain -r -k {} \;
|