Files
2022-07-10 02:44:55 -07:00

5 lines
153 B
Bash
Executable File

#!/bin/bash
# just calling crop-one.sh on every PNG in frames/
find frames -type f -name '*.png' | parallel --bar --jobs $(nproc) ./scripts/crop-one.sh