dankamongmen / growlight

notcurses block device manager / system installation tool
https://nick-black.com/dankwiki/index.php/Growlight
GNU General Public License v3.0
85 stars 12 forks source link

Stop using popen() #123

Open dankamongmen opened 3 years ago

dankamongmen commented 3 years ago

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.