Skip to main content
Module

x/dtils/mod.ts>sh

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

Executes shell code. Returns the exit code of the sh runner

Parameters

command: string

Shell code to be executed

optional
options: ShOptions = [UNSUPPORTED]

Returns

Promise<number>