about summary refs log tree commit diff
path: root/pkgs/profpatsch/execline/el-semicolon.nix
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/profpatsch/execline: add el_exec and el_substituteProfpatsch2020-06-281-19/+0
| | | | | | | | | | | el_exec: wraps the various execve wrappers in skalib that are useful for writing execline-like utils. currently only `xpathexec0` is supported, which execs into the argv you give it or errors with the right error if file not found. el_substitute: execline argv substitution! Wraps the execline function, so it will behave exactly the same as the existing execline utils, like `importas`.
* pkgs/profpatsch/execline: el-semicolon block parsingProfpatsch2020-06-221-0/+19