pipeln

Pipeline creation tool
git clone https://git.sinitax.com/sinitax/pipeln
Log | Files | Refs | README | LICENSE | sfeed.txt

DateCommit messageAuthorFiles+-
2024-07-14 05:21Prevent re-closing input pipe file descriptorLouis Burda2+34-29
2024-02-18 16:26Add manpage, README and flag to disable binary resolvingLouis Burda3+113-4
2023-11-08 22:42Use execvp() for path resolutionLouis Burda1+1-42
2023-11-08 21:33Fix waitall() conditionLouis Burda1+1-2
2023-10-28 19:25Make functions static and add noreturn attributeLouis Burda1+6-4
2023-10-16 11:59Only return status code of last command in pipelineLouis Burda1+18-12
2023-07-28 22:35Rename main.c to pipeln.c and properly close fdsLouis Burda4+159-155
2023-06-08 22:24Offset WTERMSIG in exit codeLouis Burda1+1-1
2023-06-07 19:49Parallelize process executionLouis Burda1+27-13
2023-06-07 15:13Add MIT licenseLouis Burda2+27-0
2023-06-07 13:10Add initial versionLouis Burda5+190-0