file-update-stream-linux
Linux glob pattern watcher using bash globbing.
** DO NOT USE THIS PACKAGE **
There will be a multiplatform implementation that will dispatch based on the OS.
Usage
Basic usage
var stream = new LinuxWatcher("**/*.js");
stream.pipe(yourOtherStream);
FAQ
Why would you want to use a timeout and exec based glob watcher?
Because no js implementation I've seen so far worked.