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

13 lines
384 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.20250122T000909+08:00.MEUCIQC+0fhXLUrQCVvmMbPf2AbvP/10kCLv8G6cXbllR2VNFgIgMUkcjhByX1V9u8mxtJ5a8pyypx1f07VPLcJYWQFebo4=