xrsh-com/com/isoterminal/mnt/alert

7 lines
109 B
Text
Raw Permalink Normal View History

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