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

x/simple_shell/mod.ts>$o

Deno simple shell
Go to Latest
variable $o
import { $o } from "https://deno.land/x/simple_shell@0.11.0/mod.ts";

Run a command and return stdout decoded

type

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