From 59ff85fa60ad242cf40576e8a36ef77e3bb22aa8 Mon Sep 17 00:00:00 2001 From: Alex Kladov Date: Mon, 18 Dec 2023 15:17:40 +0000 Subject: [PATCH] docs: show shebang in the readme (#204) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d0705f8..92c2048 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Cross platform shell tools for Deno inspired by [zx](https://github.com/google/z ## Executing commands ```ts +#!/usr/bin/env -S deno run --allow-all import $ from "https://deno.land/x/dax/mod.ts"; // run a command