add server launcher to bin

This commit is contained in:
Roman Shtylman
2012-10-17 18:59:09 -04:00
parent f68b1270c7
commit ab28444802
3 changed files with 36 additions and 1 deletions

4
bin/client Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env node
require(__dirname + '/../client');
// vim: ft=javascript