Initial commit

This commit is contained in:
2025-11-26 19:57:06 -05:00
commit 76c81548bf
8 changed files with 182 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
IFS=$'\n'; set -f
find . -iname *.zip -exec ~/zip_images_resize.sh '{}' \;
unset IFS; set +f