Files
enigma-bbs/main.js
Bryan Ashby 4881c2123a First pass formatting with Prettier
* Added .prettierrc.json
* Added .prettierignore
* Formatted
2022-06-05 14:04:25 -06:00

13 lines
204 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();