Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/simple_shell/mod.ts>$s

Deno simple shell
Latest
variable $s
import { $s } from "https://deno.land/x/simple_shell@0.14.1/mod.ts";

Run a command and return the status

type

(cmd: TemplateStringsArray | string, ...args: Array<string | number>) => unknown