xref
: /
llvm-project-15.0.7
/
libcxx
/
test
/
std
/
input.output
/
iostream.objects
/
send-stdin.sh
(revision 8e5156f6)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
program
=${
1
}
2
input
=${
2
}
3
echo
-n ${
input
} | ${
program
}
4