Shuo/index.js

4 lines
75 B
JavaScript
Raw Normal View History

2014-06-13 14:01:45 +00:00
process.chdir(__dirname);
2014-07-06 15:22:43 +00:00
var shout = require("./lib/server");
2014-06-26 23:05:47 +00:00
shout();