Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 226 Bytes

File metadata and controls

12 lines (9 loc) · 226 Bytes

process Module

Shell command helpers.

Functions

  • run(cmd str) -> str | error: Runs a shell command and returns stdout. Errors on non-zero exit.

Example

load process
out(process.run("echo hello")?)