help me goddess this is livingh hell
This commit is contained in:
@@ -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"
|
||||
```
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user