watch-execute

This is a simple bash module that watches a file for changes, and runs a command when the file changes.


Keywords
watch, execute, bash, watch-execute
License
MIT
Install
npm install watch-execute@1.0.2

Documentation

watch-execute

This is a simple bash module that watches a file for changes, and runs a command when the file changes.

Usage

$ watch-execute <file to watch> <bash command to execute on change>