notify message donesies

This commit is contained in:
2026-05-18 11:38:51 -06:00
parent 001abfffef
commit b2a21ab1b2
2 changed files with 18 additions and 9 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
if [ -z "$1" ]; then
msg="SHIT'S GOIN ON RN"
else
msg="$1"
fi
clear
echo -e "\n\n\n\n\n\n\n\n\n\n\n\n\n\033[31mFOOOKN $msg IN PROGRESS DONT FUCK WITH ANYTHNG\e[0m\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"
+10 -9
View File
@@ -24,15 +24,16 @@ passwd $user
echo "now to set pw to be reset on first login" echo "now to set pw to be reset on first login"
sudo passwd -e $user sudo passwd -e $user
echo "zeroing out all da fuckin space fuuck" # not doin zeroin rn
zero_file_path="$userhome/0.0" # echo "zeroing out all da fuckin space fuuck"
if ! sudo dd if=/dev/zero bs=4M status=progress > "$zero_file_path"; then # zero_file_path="$userhome/0.0"
echo -e "$zero_file_path file reached max size, deleting" # if ! sudo dd if=/dev/zero bs=4M status=progress > "$zero_file_path"; then
sudo rm -f "$zero_file_path" # echo -e "$zero_file_path file reached max size, deleting"
echo -e "delete file retcode: retcode: $?" # sudo rm -f "$zero_file_path"
fi # echo -e "delete file retcode: retcode: $?"
# fi
echo "thank fuck that fucking ended" #
# echo "thank fuck that fucking ended"
echo "now manually clear all bluetooth and wifi now" echo "now manually clear all bluetooth and wifi now"