From 7b1c43a29b2d84b421282af2e74faad19e2f0e6d Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Thu, 16 Apr 2026 01:14:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README=20with=20new=20R?= =?UTF-8?q?un=20Script=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9835aba..1997b9c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,16 @@ JavaScript/TypeScript, e.g. RunJS, Deno, Bun and so on ... xh https://hatter.ink/s/{{QUERY}} | jq .data ``` +## Run Script + +```typescript +#!/usr/bin/env -S deno run --allow-all +``` + +```typescript +#!/usr/bin/env runts -- --allow-all +``` + ## Deno 1.6.0 amz-deno.gz(Deno 1.6.0) works on CentOS 7