Skip to content

Instantly share code, notes, and snippets.

View SavSanta's full-sized avatar
😉
No Use Being Food in Mouth of The Beast

Ru Uba SavSanta

😉
No Use Being Food in Mouth of The Beast
  • FBI
  • DCMDVA ;'(
  • 21:00 (UTC -04:00)
View GitHub Profile
import os
import sys
import shutil
import zipfile
import platform
import tempfile
MAX_BACKUPS = 5
PATCHES = {
"chrome/devtools/modules/devtools/server/actors/thread.js": {
@SavSanta
SavSanta / gist:4dbad8761fe8a39d0c43bcb98fc475ef
Created January 20, 2026 18:04
Someones sample Live Reload TaskFile
#https://www.reddit.com/user/Great_Piece4755/
version: "3"
tasks:
dev:
desc: "build and run binary"
cmds:
- go run .
watch:templ: