This commit is contained in:
2026-05-18 16:15:26 -06:00
parent 2c766aa001
commit 7602cb5949
3 changed files with 3 additions and 79 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"
sudo broadcast-important-princess-message "$msg"