diff --git a/run.ts b/run.ts index e6b74cf..caa0a97 100755 --- a/run.ts +++ b/run.ts @@ -1,4 +1,4 @@ -#!/usr/bin/env -S deno run --allow-run --allow-env --no-lock +#!/usr/bin/env -S deno run --allow-run --allow-env --allow-sys --no-lock import { copy } from "https://deno.land/std@0.104.0/io/util.ts";