foreign-c-libraries/retropikzel/shell
retropikzel b1edf4cb1d First version of shell library, bring named-pipes into this repo 2025-12-05 20:53:58 +02:00
..
LICENSE Improving testing 2025-11-28 09:14:13 +02:00
README.md First version of shell library, bring named-pipes into this repo 2025-12-05 20:53:58 +02:00
VERSION Improving testing 2025-11-28 09:14:13 +02:00
test.scm First version of shell library, bring named-pipes into this repo 2025-12-05 20:53:58 +02:00

README.md

Library to run shell commands and get their output

(shell cmd)

Run given cmd string and return output as string.

(shell->list cmd)

Run given cmd string and return output as list of lines.

(shell->sexp cmd)

Run given cmd string and return output as sexp using read.