This commit is contained in:
pvincent
2026-08-17 21:40:39 +04:00
parent a50b980efc
commit 29b3ff8b45
5 changed files with 33 additions and 25 deletions
+1 -2
View File
@@ -22,8 +22,7 @@ EOF
}
function do_pipe1 {
# miaou-bash < <(...)
source /dev/stdin < <(echo 'echo PIPE1')
source <(echo 'echo PIPE1')
}
function do_pipe2 {