6 lines
109 B
Bash
Executable file
6 lines
109 B
Bash
Executable file
#!/bin/sh
|
||
title=$1
|
||
shift
|
||
msg="$*"
|
||
echo "[38;5;165m$title $(printf "\033[0m")$msg"
|
||
hook alert $title "$msg"
|