xrsh-com/com/isoterminal/mnt/alert

7 lines
109 B
Plaintext
Raw Normal View History

#!/bin/sh
2024-08-29 17:18:14 +02:00
title=$1
shift
msg="$*"
echo "$title $(printf "\033[0m")$msg"
hook alert $title "$msg"