* Split out oputil stuff into modules based on <command>

* oputil: better syntax
* oputil: allow areaTag@storageTag for scan, e.g. oputil fb scan <args> retro_pc@some_specific_storage
This commit is contained in:
Bryan Ashby
2017-02-15 20:27:16 -07:00
parent d41fbf6911
commit d0511d5d74
10 changed files with 725 additions and 553 deletions

View File

@@ -28,6 +28,7 @@ Upgrading from GitHub is easy:
```bash
cd /path/to/enigma-bbs
git pull
rm -rf npm_modules # do this any time you update Node.js itself
npm install
```