thelounge/index.js

4 lines
78 B
JavaScript
Raw Normal View History

2014-06-13 16:01:45 +02:00
process.chdir(__dirname);
2014-06-26 18:14:45 +02:00
var shout = require("./lib/shout");
new shout();