summaryrefslogtreecommitdiff
path: root/Shell/main.cpp
diff options
context:
space:
mode:
authorAnotherTest <ali.mpfard@gmail.com>2020-09-07 20:49:53 +0430
committerAndreas Kling <kling@serenityos.org>2020-09-09 20:35:21 +0200
commitaa2df9277d2ab8a006c128e0180623fc48c76f8a (patch)
treeeb70a79e6b723c13c15c937c7a10b63a27398157 /Shell/main.cpp
parent7b5ead64a5584df317c81cc5935c4e09976707a6 (diff)
downloadserenity-aa2df9277d2ab8a006c128e0180623fc48c76f8a.zip
Shell: Allow control structures to appear in pipe sequences
This makes commands like the following to be possible: ```sh $ ls && for $(seq 10) { echo $it } $ ls | for $(seq 1) { cat > foobar } ```
Diffstat (limited to 'Shell/main.cpp')
0 files changed, 0 insertions, 0 deletions