Files
general-scripts-and-system-…/customscripts/notify-shell-users.sh
T
2026-05-18 11:38:51 -06:00

8 lines
213 B
Bash

#!/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"