thelounge/index.js

4 lines
75 B
JavaScript
Raw Normal View History

2014-06-13 16:01:45 +02:00
process.chdir(__dirname);
2014-07-06 17:22:43 +02:00
var shout = require("./lib/server");
2014-06-27 01:05:47 +02:00
shout();