import { sh } from "https://deno.land/x/dtils@2.0.0/mod.ts";
Executes command
in default shell, printing the command's output. Throws if command exits with a non-zero status
Parameters
optional
options: ExecOptions = [UNSUPPORTED]import { sh } from "https://deno.land/x/dtils@2.0.0/mod.ts";
Executes command
in default shell, printing the command's output. Throws if command exits with a non-zero status