add parse-list.sh to README.md
This commit is contained in:
parent
6f67751985
commit
0f1f9c72ec
13
README.md
13
README.md
@ -61,3 +61,16 @@ optional parameters, can appear in any order
|
||||
* \<debug\> run in debug mode
|
||||
|
||||
This works whether the repo and local files exist of not (it deletes them if necessary)
|
||||
|
||||
## parse-list.sh
|
||||
Parse a list of parameters and execute script with those parameters
|
||||
|
||||
parse-list.sh <param file> <script> [<noisy> <additional> <additional> <additional>]
|
||||
|
||||
* \<param file\> = name of file containing parameters
|
||||
* \<script\> script to run (e.g. rename-e-smith-pkg.sh)
|
||||
|
||||
optional params can appear in any order
|
||||
|
||||
* \<noisy\> show line being executed
|
||||
* \<additional\> additional params to be passed (up to 3) e.g. debug,force,local
|
Loading…
Reference in New Issue
Block a user