ruby-guard-shell

Guard plugin for running shell commands
  https://github.com/sdwolfz/guard-shell
  0
  no reviews



Guard plugin to run shell commands when files are altered.

With this plugin, when a file changes it does something in a shell or ruby. It simply executes the block passed to watch if a change is detected, and if anything is returned from the block it will be printed.