help me goddess this is livingh hell

This commit is contained in:
2026-05-18 21:18:34 -06:00
parent 6c9aa7252f
commit 8d1e80e3e4
2 changed files with 22 additions and 0 deletions
+9
View File
@@ -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"
```
+13
View File
@@ -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