Files
ts-scripts/single-scripts/cal.ts

14 lines
388 B
TypeScript
Executable File

#!/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: {},
stdin: "inherit",
stdout: "inherit",
});
const _child = command.spawn();
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20250123T002650+08:00.MEQCIDZcQT+YcvuLLJaF2GmA
// SxwAraNOQcxTaum4I8pG0N+GAiARnrxf+efeaqpjz4N2fMoExTE9kJ38gNY3STodJZe43A==