shell
import { shell } from "https://garn.io/ts/v0.0.19/mod.ts";
Creates a new shell script Executable
, run in the emptyEnvironment
.
function shell(s: TemplateStringsArray | string, ...args: Array<NixStrLitInterpolatable>);
import { shell } from "https://garn.io/ts/v0.0.19/mod.ts";
Creates a new shell script Executable
, run in the emptyEnvironment
.