RSS Git Download  Clone
Raw Blame History
#!/usr/bin/env node

const Watchdog = require('./index');
const watchdog = Watchdog(require('./dev.json'));
watchdog.run();