pipe_exec
pipe_exec copied to clipboard
Execute binaries from pipes, stdin and ttys
Results
4
pipe_exec issues
Sort by
recently updated
recently updated
newest added
This will require feature testing to be done (see https://github.com/koraa/pipe_exec/tree/karo/feature-testing): When fexecve & memfd_create is not available, we should: 1. if stdin is a normal file, determine it's path and...
help wanted
Hey, just passing by your repo and I wanted to ask how this is different from piping the output of a command into |sh e.g., > echo $PWD | awk...