thelounge/index.js

4 lines
75 B
JavaScript
Raw Normal View History

2014-06-13 16:01:45 +02:00
process.chdir(__dirname);
2014-08-05 09:48:07 +02:00
var shout = require("./src/server");
2014-06-27 01:05:47 +02:00
shout();