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