Skip to content

Instantly share code, notes, and snippets.

@ryanstout
Created May 30, 2014 19:12
Show Gist options
  • Save ryanstout/0987b0b976bd0edd3a43 to your computer and use it in GitHub Desktop.
Save ryanstout/0987b0b976bd0edd3a43 to your computer and use it in GitHub Desktop.
var fsevents = require('fsevents');
var watcher = fsevents('/Users/ryanstout/Sites/infinitydrive/drive');
watcher.on('fsevent', function(path) { console.log(path); });
watcher.start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment