Shuo/index.js

4 lines
75 B
JavaScript
Raw Normal View History

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