1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
garden: shell: zsh -c interactive-shell: zsh commands: shell-words: | args='a b c' for arg in $args do echo $arg done echo-shell: | #!echo hello world