#!./run import { Sys } from "./deps.ts"; import { run } from "./src/run.ts"; if (import.meta.main) { await run(Sys.args.slice()); }