Skip to main content
Module

x/execute/mod.ts>exec

Execute and get the output of a shell or bash command in Deno.
Latest
variable exec
import { exec } from "https://deno.land/x/execute@v1.1.0/mod.ts";

type

(cmd: string | string[] | ExecOptions) => unknown