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
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
for f in ./**
do
pushd "$f"
~/images_resize.sh
popd
done