foreign-c-libraries/retropikzel/shell
retropikzel 572cbe17ad Fix named pipes to work with new (foreign c) version 2026-01-17 14:07:44 +02:00
..
LICENSE Improving testing 2025-11-28 09:14:13 +02:00
README.md Improving tests 2025-12-06 08:21:03 +02:00
VERSION Fix named pipes to work with new (foreign c) version 2026-01-17 14:07:44 +02:00
test.scm Improving tests 2025-12-06 08:21:03 +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.

(shell-exit-code)

Returns exit code of previous command that was run.