diff options
author | AnotherTest <ali.mpfard@gmail.com> | 2020-09-07 20:49:53 +0430 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-09-09 20:35:21 +0200 |
commit | aa2df9277d2ab8a006c128e0180623fc48c76f8a (patch) | |
tree | eb70a79e6b723c13c15c937c7a10b63a27398157 /Shell/main.cpp | |
parent | 7b5ead64a5584df317c81cc5935c4e09976707a6 (diff) | |
download | serenity-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