sync newer images, LoRA page update
This commit is contained in:
9
push-newer-pics
Executable file
9
push-newer-pics
Executable 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"
|
||||
Reference in New Issue
Block a user