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