Skip to content

Instantly share code, notes, and snippets.

View BriellaBugs's full-sized avatar
💭
uhhhhhhh

Briella Bugs BriellaBugs

💭
uhhhhhhh
View GitHub Profile
@BriellaBugs
BriellaBugs / itagID.lua
Last active March 6, 2026 17:58
Lua iTAG Script
local ansi = {
reset = "\27[0;0m" ,
black = "\27[0;30m",
red = "\27[0;31m",
green = "\27[0;32m",
yellow = "\27[0;33m",
blue = "\27[0;34m",
purple = "\27[0;35m",
cyan = "\27[0;36m",
white = "\27[0;37m",
@BriellaBugs
BriellaBugs / nwatch.sh
Created July 17, 2026 19:02
nwatch <time> <command>
1 #!/bin/bash
2
3 #
4 # nwatch <time <command>
5 #
6
7 catch_exit() {
8 printf "\e[2J\e[?47l\e[?25h\e8"
9 stty sane
10 exit 130