Improvements

This commit is contained in:
2025-11-27 04:22:46 +00:00
parent dba00da901
commit 97ba5eac6a
7 changed files with 141 additions and 10 deletions
+3 -1
View File
@@ -28,8 +28,10 @@ if [ -n "$jpgs" ]; then
fi
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
find . -mindepth 1 -maxdepth 1 -type d -print0 | while IFS= read -r -d '' subd; do
pushd "${subd}"
~/zip_images_recursive.sh "${directoryTree}"
"$SCRIPT_DIR/zip_images_recursive.sh" "${directoryTree}"
popd
done