import { shIgnore } from "https://deno.land/x/dtils@1.3.1/lib/sh.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]