SwuduSusuwu / SubStack

Stages blog posts, has C++ sources which match posts. Blog is about antivirus + autonomous tools + human nervous tissues
https://SwuduSusuwu.substack.com/
Apache License 2.0
1 stars 0 forks source link

Improve: `Macros.sh`: produce `for OPTION in @$; do` loops for all `SUSUWU_PROCESS_*` functions. #22

Open SwuduSusuwu opened 1 week ago

SwuduSusuwu commented 1 week ago

Rationale: https://github.com/SwuduSusuwu/SubStack/blob/trunk/Macros.sh has lots of options. It is possible to "scale up" the SUSUWU_PROCESS_*() functions to test more than the first param or 2, but not if Macros.sh is to support groups of option aliases (such as -s or --silent for -q, as most programs do).