mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-05-31 01:43:48 +02:00
* oputil: better syntax * oputil: allow areaTag@storageTag for scan, e.g. oputil fb scan <args> retro_pc@some_specific_storage
7 lines
135 B
JavaScript
Executable file
7 lines
135 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
|
|
/* jslint node: true */
|
|
/* eslint-disable no-console */
|
|
'use strict';
|
|
|
|
require('./core/oputil/oputil_main.js')();
|