mirror of
https://github.com/open-vela/apps.git
synced 2025-12-20 01:10:11 +08:00
And nested pipeline supported.
Test
1. Redirect in
cat < /etc/init.d/rc.sysinit
2. Simple pipeline
ls | cat
3. Nested pipeline
ls | dd | cat | dd | cat
Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>