mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-28 21:46:09 +02:00
Add Ability to Import All File Areas at Once #271
* Simple wildcard support for area tags param
This commit is contained in:
parent
d6dce82a92
commit
14f7ca9dcc
4 changed files with 41 additions and 3 deletions
|
@ -101,8 +101,12 @@ cat arguments:
|
|||
Actions:
|
||||
scan AREA_TAG[@STORAGE_TAG] Scan specified area
|
||||
|
||||
May contain optional GLOB as last parameter.
|
||||
Example: ./oputil.js fb scan d0pew4r3z *.zip
|
||||
Tips:
|
||||
- May contain optional GLOB as last parameter.
|
||||
Example: ./oputil.js fb scan d0pew4r3z *.zip
|
||||
|
||||
- AREA_TAG may contain simple wildcards.
|
||||
Example: ./oputil.js fb scan *warez*
|
||||
|
||||
info CRITERIA Display information about areas and/or files
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue