Skip to content

Instantly share code, notes, and snippets.

@richardgill
Created December 2, 2016 16:48
Show Gist options
  • Save richardgill/b96f01be03ffc11adf13607ccda0793d to your computer and use it in GitHub Desktop.
Save richardgill/b96f01be03ffc11adf13607ccda0793d to your computer and use it in GitHub Desktop.
#!/bin/bash
node_modules/.bin/nodemon -w ../my-common-module --exec "rsync -av --progress --exclude=node_modules --exclude .git ../my-common-module/ ./node_modules/my-common-module/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment