Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

shell

import { shell } from "https://garn.io/ts/v0.0.14/mod.ts";

Creates a new shell script Executable, run in the emptyEnvironment.

function shell(s: TemplateStringsArray, ...args: Array<NixStrLitInterpolatable>);
§
shell(s: TemplateStringsArray, ...args: Array<NixStrLitInterpolatable>)
[src]

§Parameters

§
s: TemplateStringsArray
[src]
§
...args: Array<NixStrLitInterpolatable> optional
[src]