This commit is contained in:
2026-05-18 20:38:32 -06:00
parent 7602cb5949
commit 9fd820b955
4 changed files with 484 additions and 60 deletions
+3 -3
View File
@@ -7,10 +7,10 @@ else
fi
# faggot function
broadcast-important-princess-message() {
broadcast_important_princess_message() {
# fuckin hell if yo dont have an arg fuku
if [ -z "$1" ]; then
echo "Usage: broadcast-important-princess-message \"Princess' Important Message\"" >&2
echo "Usage: broadcast_important_princess_message \"Princess' Important Message\"" >&2
return 1
fi
@@ -43,4 +43,4 @@ broadcast-important-princess-message() {
}
# needz root to write to other peoplez ptys
sudo broadcast-important-princess-message "$msg"
broadcast_important_princess_message "$msg"