umi/sounds/normalize-all

3 lines
61 B
Plaintext
Raw Permalink Normal View History

#!/bin/bash
find ./originals -type f -exec ./normalize {} \;