sync newer images, LoRA page update

This commit is contained in:
2026-07-07 21:35:17 -07:00
parent ffe0377f4c
commit 48ab1db956
4 changed files with 212 additions and 134 deletions

9
push-newer-pics Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
#
# push-newer-pics — Wrapper for sync-newer-images with default paths.
# Syncs ~/Pictures → ~/mnt/mini.nas/miniShare1/Pictures
#
# Usage: push-newer-pics [--help]
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd -P)"
exec "${SCRIPT_DIR}/sync-newer-images" "$HOME/mnt/mini.nas/miniShare1/Pictures" "$HOME/Pictures"