stdin from pipe
suntong opened this issue · comments
suntong commented
The design of ssc is significantly secure than shc, but one major question --
can the script read from pipe as input, to act as a filter?
I.e., can the compiled binary "behaves exactly like the original script"?
Paul Lee commented
It's a limitation, indeed.
Try dev branch, which pipes script from child to parent, and doesn't use stdin.
Paul Lee commented
dev branch merged to master and deleted.