Files
mtc-project-sync-script/scripts/sftp-watch.sh

6 lines
106 B
Bash
Raw Normal View History

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