18 lines
287 B
Markdown
18 lines
287 B
Markdown
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.
|
|
|