Files
plymouth-shelby-theme/scripts/crop.sh

5 lines
153 B
Bash
Raw Normal View History

2022-07-10 02:44:55 -07:00
#!/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