From 89c81b75c405d69f0aca3fcb47e8f8978ddaa661 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Mon, 20 Jan 2025 01:05:20 +0800 Subject: [PATCH] feat: udpate cal.ts --- script-meta-v2.json | 6 +++--- single-scripts/cal.ts | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/script-meta-v2.json b/script-meta-v2.json index 8e80f4d..6ecfe22 100644 --- a/script-meta-v2.json +++ b/script-meta-v2.json @@ -9,12 +9,12 @@ }, "cal.ts": { "script_name": "cal.ts", - "script_length": 206, - "script_sha256": "537bea6f49e4041d153fc80f79cf9abc0742f367f063f46bf9350ea33616ce6a", + "script_length": 227, + "script_sha256": "cf235682700ea5769f4e236229e0955e9259400316d5bf1d1bfe79664df98ad5", "script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/cal.ts", "single_script_file": true, "publish_time": 1737306227061, - "update_time": 1737306227061 + "update_time": 1737306304720 }, "helloworld.ts": { "script_name": "helloworld.ts", diff --git a/single-scripts/cal.ts b/single-scripts/cal.ts index a058dfd..077b1bd 100755 --- a/single-scripts/cal.ts +++ b/single-scripts/cal.ts @@ -1,5 +1,6 @@ #!/usr/bin/env -S deno run --allow-env --allow-run +// or: cal -A 1 -B 1 const command = new Deno.Command("cal", { args: ["-3"], env: {},