Skip to main content
Module

x/dtils/sh.ts>shIgnore

The best unofficial library of utilities for Deno applications
Go to Latest
function shIgnore
import { shIgnore } from "https://deno.land/x/dtils@2.6.0/sh.ts";

Executes command in default shell. Throws if command exits with a non-zero status.

Parameters

command: string
optional
options: ExecOptions = [UNSUPPORTED]

Returns

Promise<void>