7 lines
84 B
Text
7 lines
84 B
Text
NAME=pipe args
|
|
FILE=-
|
|
CMDS=#!pipe echo hello world
|
|
EXPECT=<<EOF
|
|
hello world
|
|
EOF
|
|
RUN
|