thelounge/index.js
2014-07-06 17:22:43 +02:00

4 lines
75 B
JavaScript

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