#!/bin/bash SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" find . -iname '*.zip' -exec "$SCRIPT_DIR/zip_images_resize.sh" '{}' \;