import { shIgnore } from "https://deno.land/x/dtils@1.8.0/mod.ts";
Executes shell code and ignores the output, except when the program is unsuccessful. In that case, the stderr is printed.
Parameters
optional
options: ShIgnoreOptions = [UNSUPPORTED]