mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 05:38:44 +08:00
Add scripts
This commit is contained in:
4
scripts/gen_config.ts
Normal file
4
scripts/gen_config.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
Deno.writeTextFileSync(
|
||||
"./config.json",
|
||||
JSON.stringify({ cookies: Deno.env.get("EH_COOKIES") }),
|
||||
);
|
||||
Reference in New Issue
Block a user