enigma-bbs/main.js
Bryan Ashby 6f1015305b * Allow alternate matching group order for archive short/long desc
* max short/long desc file input byte size (ignore files larger than N)
* Add Arj support via 'arj'
2017-01-29 22:30:48 -07:00

13 lines
No EOL
208 B
JavaScript
Executable file

#!/usr/bin/env node
/* jslint node: true */
'use strict';
/*
ENiGMA½ entry point
If this file does not run directly, ensure it's executable:
> chmod u+x main.js
*/
require('./core/bbs.js').bbsMain();