6 lines
106 B
Bash
6 lines
106 B
Bash
|
|
|
||
|
|
echo "Syncing remote->local..."
|
||
|
|
sh remote-local.sh
|
||
|
|
|
||
|
|
watchexec --debounce 500ms -w . "sh local-remote.sh"
|