mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:48:11 +00:00
![]() Otherwise, a function would, for example, overwrite its parent scope: ```sh foo(x) { } x=1 foo 2 # would make x=2 otherwise ``` |
||
---|---|---|
.. | ||
backgrounding.sh | ||
brace-exp.sh | ||
builtin-redir.sh | ||
control-structure-as-command.sh | ||
function.sh | ||
if.sh | ||
loop.sh | ||
match.sh | ||
sigpipe.sh | ||
special-vars.sh | ||
subshell.sh | ||
valid.sh |