feat: update cal-bun.ts

This commit is contained in:
2026-01-11 23:30:38 +08:00
parent ea3f50b1fb
commit 0b0bc45918
2 changed files with 5 additions and 5 deletions

12
single-scripts/cal-bun.ts Executable file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env runts -- --runtime-bun
const { spawn } = require("node:child_process");
const _child = spawn("cal", ["-3"], {
shell: true,
// stdio reference: https://nodejs.org/api/child_process.html#optionsstdio
stdio: ["inherit", "inherit", "inherit"],
});
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260111T141122+08:00.MEYCIQDP7aV0GffQPybqxwbt
// Kkwj3n9XxQRDc2DyBjfX5gNEXgIhAOb0+0t7EVEOCnces5zCHGtuyp/hRuPyhYjR/YgoykWp