📝 Update script metadata and modify update-cheatsheet.ts with new shebang and signature
This commit is contained in:
@@ -340,12 +340,12 @@
|
||||
},
|
||||
"update-cheatsheet.ts": {
|
||||
"script_name": "update-cheatsheet.ts",
|
||||
"script_length": 2922,
|
||||
"script_sha256": "262a18ac6b3376df201c7bad8b674392163f621cde67e4a0404c97e5d6a2f376",
|
||||
"script_length": 3089,
|
||||
"script_sha256": "ee9d5e6eaaa26cc296b20ee75934b3179bca1a6864f39e5bc9d809969996d4bb",
|
||||
"script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/update-cheatsheet.ts",
|
||||
"single_script_file": true,
|
||||
"publish_time": 1775925235458,
|
||||
"update_time": 1775925994593
|
||||
"update_time": 1775926199153
|
||||
},
|
||||
"upper.ts": {
|
||||
"script_name": "upper.ts",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env -S deno run -A
|
||||
#!/usr/bin/env runts -- --allow-all
|
||||
|
||||
import {parse} from "jsr:@std/yaml";
|
||||
import {
|
||||
@@ -100,3 +100,6 @@ main().catch((err) => {
|
||||
log.error(err);
|
||||
exit(1);
|
||||
}).then(() => exit(0));
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260412T004945+08:00.MEQCIFlvRR177uPSgZ9hGzaa
|
||||
// 2WekjFgmYLSvZ1XnSZr0LdtMAiBgd18LDfJBUKz9YS8ouOI5FMTkM4H34J9Wq/iKC6aB9w==
|
||||
|
||||
Reference in New Issue
Block a user