add bins and alternatives
This commit is contained in:
parent
a935bb9893
commit
9f3594e0d3
21 changed files with 210 additions and 10 deletions
7
data/home/.local/bin/reparer_discord.ts
Executable file
7
data/home/.local/bin/reparer_discord.ts
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env -S deno run -A --unstable
|
||||
|
||||
const path = Deno.env.get("HOME") + "/.config/discord/settings.json"
|
||||
|
||||
const config = JSON.parse(Deno.readTextFileSync(path));
|
||||
config["SKIP_HOST_UPDATE"] = true;
|
||||
Deno.writeTextFileSync(path, JSON.stringify(config, null, 4));
|
Loading…
Add table
Add a link
Reference in a new issue