Skip to content

Examples

sarr-io edited this page Jun 19, 2026 · 9 revisions

Examples

circuitry: "0.8.2"
name: bash status

in:
  - $command

shell:
  status:
    surface: unix-bash.bash
    in:
      command: $command
    out:
      output: $output
      exit: $exit

out:
  - $output
  - $exit

Clone this wiki locally