This commit is contained in:
2026-02-05 00:39:12 +08:00
parent 3b9076845a
commit da1f3bb445
2 changed files with 5 additions and 5 deletions

View File

@@ -204,11 +204,11 @@
"server-control.ts": {
"script_name": "server-control.ts",
"script_length": 809,
"script_sha256": "c50eb15fc59847493dd03e2bba585747368b7236d2cc35315187d803d872b578",
"script_sha256": "bcf96c61a72c114a10c2f7910ab3a98b0051696739726131c15024c35328f17b",
"script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/server-control.ts",
"single_script_file": true,
"publish_time": 1770051525256,
"update_time": 1770222264333
"update_time": 1770223148814
},
"sigstore-verify.ts": {
"script_name": "sigstore-verify.ts",

View File

@@ -8,10 +8,10 @@
// deno-1.6.0 run --allow-all server-control.ts ??
// or
// deno-1.6.0 run --allow-all https://global.hatter.ink/script/get/@2/server-control.ts ??
// deno-1.6.0 run --allow-all https://script.hatter.ink/@2/server-control.ts ??
// deno-1.6.0 run --allow-all https://global.hatter.ink/script/get/@4/server-control.ts ??
// deno-1.6.0 run --allow-all https://script.hatter.ink/@4/server-control.ts ??
import {log} from "https://global.hatter.ink/script/get/@1/deno-commons-1.6.0-mod.ts";
import {serverControlMain} from "https://global.hatter.ink/script/get/@5/deno-server-control-1.6.0-mod.ts";
import {serverControlMain} from "https://global.hatter.ink/script/get/@6/deno-server-control-1.6.0-mod.ts";
serverControlMain(import.meta.url).catch((e) => log.error(e));