Execline: Difference between revisions
blocks: add an argument to cowsay |
add "See also" section |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
== execlineb == | == execlineb == | ||
[https://skarnet.org/software/execline/execlineb.html execlineb] is the interpreter for execline scripts. It reads a file, produces a command-line, and executes into that command line. <code>execlineb</code> manages the environment of the command that it executes and | [https://skarnet.org/software/execline/execlineb.html execlineb] is the interpreter for execline scripts. It reads a file, produces a command-line, and executes into that command line. <code>execlineb</code> manages the environment of the command that it executes and optionally substitutes the arguments a script receives into the command-line. <code>execlineb</code> also handles the quoting of strings using <code>""</code> and blocks using <code>{}</code>. Blocks are described later in this article. | ||
== Wrappers == | == Wrappers == | ||
| Line 74: | Line 74: | ||
</syntaxHighlight> | </syntaxHighlight> | ||
would produce the command-line executed by <code>execlineb</code> in the previous "wrap-cowsay" example when given the same arguments. | would produce the command-line executed by <code>execlineb</code> in the previous "wrap-cowsay" example when given the same arguments. | ||
== See also == | |||
execline scripts can be found in the following repositories: | |||
* [https://spectrum-os.org/git/spectrum/ Spectrum] | |||
* [https://github.com/search?q=repo%3Aaanderse%2Ffinix%20execline&type=code Finix] | |||
[[Category:Cookbook]] | [[Category:Cookbook]] | ||