2015-10-29 04:51:26 +00:00
|
|
|
#!/usr/bin/env node
|
2014-10-17 02:21:06 +00:00
|
|
|
|
2015-10-29 04:51:26 +00:00
|
|
|
/* jslint node: true */
|
|
|
|
'use strict';
|
2014-10-17 02:21:06 +00:00
|
|
|
|
2015-10-29 04:51:26 +00:00
|
|
|
/*
|
|
|
|
ENiGMA½ entry point
|
2014-10-17 02:21:06 +00:00
|
|
|
|
2015-10-29 04:51:26 +00:00
|
|
|
If this file does not run directly, ensure it's executable:
|
|
|
|
> chmod u+x main.js
|
|
|
|
*/
|
|
|
|
require('./core/bbs.js').bbsMain();
|