umi/sounds/normalize-all

3 lines
61 B
Bash

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