From 3ccaa1198fc0c9f03d220c6e1fe8eb2ad7d55163 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 4 Jan 2026 19:42:00 +0800 Subject: [PATCH] feat: add helloworl-bun.ts --- helloworld-bun-ts/main.ts | 6 ++++++ script-meta-v2.json | 8 ++++++++ script-meta.json | 5 +++++ 3 files changed, 19 insertions(+) create mode 100755 helloworld-bun-ts/main.ts diff --git a/helloworld-bun-ts/main.ts b/helloworld-bun-ts/main.ts new file mode 100755 index 0000000..4c605df --- /dev/null +++ b/helloworld-bun-ts/main.ts @@ -0,0 +1,6 @@ +#!/usr/bin/env runts -- --runtime-bun + +console.log("Hello world via bun."); + +// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260104T194045+08:00.MEYCIQCGNf42Xr4xBJhJhFw0 +// aqM99+LEPX4Zf30L2ZLVKam3tAIhANXz0Ok9WSJCwAYWOjMXYbx590qxWrNWWMJGsmLRsugZ diff --git a/script-meta-v2.json b/script-meta-v2.json index 2fb35e9..71aea92 100644 --- a/script-meta-v2.json +++ b/script-meta-v2.json @@ -25,6 +25,14 @@ "publish_time": 1737306227061, "update_time": 1737650670435 }, + "helloworld-bun.ts": { + "script_name": "helloworld-bun.ts", + "script_length": 237, + "script_sha256": "77b01c33ed5f361aaed7e9707b04e3787deee29cd41c7d45d38b77978173101a", + "script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/helloworld-bun-ts/main.ts", + "publish_time": 1767526863149, + "update_time": 1767526863149 + }, "helloworld.ts": { "script_name": "helloworld.ts", "script_length": 230, diff --git a/script-meta.json b/script-meta.json index b6b1acd..5e1bb86 100644 --- a/script-meta.json +++ b/script-meta.json @@ -4,6 +4,11 @@ "script_length": 5917, "script_sha256": "2b7efec1c473856e156bea9c8c9ce526c217138b8813b8706600808e895ce0f5" }, + "helloworld-bun-ts": { + "script_name": "helloworld-bun-ts", + "script_length": 237, + "script_sha256": "77b01c33ed5f361aaed7e9707b04e3787deee29cd41c7d45d38b77978173101a" + }, "helloworld-ts": { "script_name": "helloworld-ts", "script_length": 230,