dankamongmen / growlight

notcurses block device manager / system installation tool

Home Page:https://nick-black.com/dankwiki/index.php/Growlight

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stop using popen()

dankamongmen opened this issue · comments

Using popen() is kinda convenient, but opens up problems like #100, and leaves that annoying sh -c process between us and our subprocess. Just set up the pipes and redirections ourselves.