Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_bash
/
0213a83a9e0b1eba0807102b1bfbee6f5009b493
/
.
/
tests
/
new-exp1.sub
blob: c015c223988cc351b64e7c8076da1d8c69764902 [
file
] [
log
] [
blame
]
expect
()
{
echo expect
"$@"
}
expect
this
is
a test of proc subst
cat
<(
echo
this
is
a test of proc subst
)
echo
this
is
test
2
>
/tmp/
x
expect
this
is
test
2
cat
<(
cat
/
tmp
/
x
)
rm
-
f
/
tmp
/
x