mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-05-31 01:43:48 +02:00
12 lines
No EOL
203 B
JavaScript
Executable file
12 lines
No EOL
203 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').main(); |