einfach_orangensaft@feddit.de to Programmer Humor@lemmy.ml · 2 years agoit writes to output to the terminal or it gets the SIGTERM againfeddit.deimagemessage-square15linkfedilinkarrow-up1168arrow-down125
arrow-up1143arrow-down1imageit writes to output to the terminal or it gets the SIGTERM againfeddit.deeinfach_orangensaft@feddit.de to Programmer Humor@lemmy.ml · 2 years agomessage-square15linkfedilink
minus-squaremvirtslinkfedilinkarrow-up3·2 years agoWith the correct permission you should be able to write straight into pythons stdin from /proc like Cat whatever > /proc/$pythonpid/fd/0
With the correct permission you should be able to write straight into pythons stdin from /proc like
Cat whatever > /proc/$pythonpid/fd/0