From 8d1e80e3e4e2331b84720c606981608f9085b633 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Mon, 18 May 2026 21:18:34 -0600 Subject: [PATCH] help me goddess this is livingh hell --- customscripts/# Errata-Oneliners.md | 9 +++++++++ customscripts/donut-compile.sh | 13 +++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 customscripts/# Errata-Oneliners.md create mode 100644 customscripts/donut-compile.sh diff --git a/customscripts/# Errata-Oneliners.md b/customscripts/# Errata-Oneliners.md new file mode 100644 index 0000000..d9bb393 --- /dev/null +++ b/customscripts/# Errata-Oneliners.md @@ -0,0 +1,9 @@ +# Errata-Oneliners +leave self a warning not to fuck with shit +```bash +clear && echo -e "\n\n\n\n\n\n\n\n\n\n\n\n\n\e[32mFOOOKN 1TB DUMP IN PROGRESS DONT FUCK WITH ANYTHNG\e[0m\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" +``` +watch file growth based on partial names +```bash +file_tag="2026-05-18-2058-MDT"; watch -n 300 "clear && echo -e '\n\n\n\e[32mFOOOKN 1TB DUMP IN PROGRESS DONT FUCK WITH ANYTHNG\e[0m\n\n\n' && ls -lAh *$file_tag* && echo && free -h && echo && uptime" +``` \ No newline at end of file diff --git a/customscripts/donut-compile.sh b/customscripts/donut-compile.sh new file mode 100644 index 0000000..6216419 --- /dev/null +++ b/customscripts/donut-compile.sh @@ -0,0 +1,13 @@ +gcc -o "donut" "donut.c" -lm + +if [ $? -ne 0 ]; + echo "fuck da compiling failed fuuuck" +else + echo "fixing perms" + sudo chmod 755 /usr/share/customscripts/donut + echo "Fixing ownership" + sudo chown princesspi:princesspi + echo "Cleaning up" + sudo rm -f /usr/share/customscripts/donut + echo "done!" +fi