index.js 84 字节
Newer Older
杨龙伟 已提交
1 2 3
#!/usr/bin/env node

require("./server.js").run.apply(null, process.argv.slice(2));