import { shCapture } from "https://deno.land/x/dtils@1.6.2/lib/sh.ts";
Executes shell code and captures the output.
Parameters
optional
options: ShOptions = [UNSUPPORTED]Returns
Promise<ShCaptureResult>
import { shCapture } from "https://deno.land/x/dtils@1.6.2/lib/sh.ts";
Executes shell code and captures the output.