You've already forked linuxdeploy
mirror of
https://github.com/encounter/linuxdeploy.git
synced 2026-03-30 11:18:58 -07:00
276c6f2d18
Setting pipes to be non-blocking now, and reading using fgets() instead of getline(), using std::getline() to read lines after non-blocking read from pipes. Fixes #14