Files
Dark Steveneq 3c0b3009c6 publish fork
2025-12-18 08:57:01 +01:00

5 lines
165 B
Bash
Executable File

#!/bin/bash
# run fade-one.py on every throbber image in parallel
find shelby -type f -name 'throbber-*.png' | parallel --bar --jobs $(nproc) ./scripts/fade-one.py