Files
mtc-project-sync-script/scripts/sftp-watch.sh
2025-11-14 22:57:27 +02:00

6 lines
106 B
Bash

echo "Syncing remote->local..."
sh remote-local.sh
watchexec --debounce 500ms -w . "sh local-remote.sh"