libpipeline 1.1.0 released
I’ve released libpipeline 1.1.0, and uploaded it to Debian unstable. The changes are mostly just to add a few occasionally useful interfaces:
- Add
pipecmd_execto execute a single command, replacing the current process; this is analogous toexecvp. - Add
pipecmd_clearenvto clear a command’s environment; this …