3 lines
61 B
Text
3 lines
61 B
Text
|
#!/bin/bash
|
||
|
|
||
|
find ./originals -type f -exec ./normalize {} \;
|