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
+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