Skip to content

Instantly share code, notes, and snippets.

@raine
Last active June 8, 2016 10:40
Show Gist options
  • Save raine/eacc8bb4b8372fff1f6a5188328ab10e to your computer and use it in GitHub Desktop.
Save raine/eacc8bb4b8372fff1f6a5188328ab10e to your computer and use it in GitHub Desktop.
Watch a file for updates and rsync/scp/copy it to remote server (OS X etc.)
npm install -g watchy
watchy -w file.txt -- scp file.txt user@host:path/to/dest
@raine
Copy link
Author

raine commented Jun 8, 2016

I wasn't happy with google results on the topic so I made this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment