mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-03 11:17:18 +02:00
+ Initial source checkin
This commit is contained in:
parent
9804c93f2e
commit
9a7e90b9b2
31 changed files with 4361 additions and 0 deletions
11
main.js
Normal file
11
main.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
"use strict";
|
||||
|
||||
var net = require('net');
|
||||
var fs = require('fs');
|
||||
var paths = require('path');
|
||||
|
||||
// ENiGMA½
|
||||
var bbs = require('./core/bbs.js')
|
||||
|
||||
// The entry point.
|
||||
bbs.bbsMain();
|
Loading…
Add table
Add a link
Reference in a new issue