{ "name": "sh", "section": 1, "title": "sh", "synopsis": [ "sh [OPTION]... [OPERAND]..." ], "description": "Runs a shell script file line-by-line via ctx.execLine (same language as the interactive booter shell). This is not the interactive REPL; see man bare-os-shell for session builtins, pipelines, and jobs.", "options": [], "keywords": [ "sh", "bare-os", "coreutils" ] }