now to harass users HARDER

This commit is contained in:
2026-05-18 11:49:09 -06:00
parent cb5ed31fd6
commit 3b8c806148
+6 -6
View File
@@ -4,7 +4,6 @@ if [ -z "$1" ]; then
else else
msg="$1" msg="$1"
fi fi
clear
broadcast_pty() { broadcast_pty() {
# Check if a message was provided # Check if a message was provided
@@ -31,14 +30,15 @@ broadcast_pty() {
if [ -c "$pty" ]; then if [ -c "$pty" ]; then
# Send the message with a clear broadcast banner # Send the message with a clear broadcast banner
{ {
echo "" echo -e "\033[31m"
echo "=== SYSTEM BROADCAST ($timestamp) ===" echo -e "=== PRINCESS BROADCAST SYSTEM ($timestamp) ==="
echo -e "$message" echo -e "$message"
echo "=====================================" echo -e "====================================="
echo "" echo -e "\e[0m"
} > "$pty" 2>/dev/null } > "$pty" 2>/dev/null
fi fi
done done
} }
broadcast_pty "\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" # needz root to write to other peoplez ptys
sudo broadcast_pty "$msg"