thelounge/index.js
2014-06-26 09:14:45 -07:00

4 lines
78 B
JavaScript

process.chdir(__dirname);
var shout = require("./lib/shout");
new shout();