2
0
Fork 0

sh.zio.backup: prototyping

main
Ducky 2024-04-01 21:43:15 +01:00
parent 2a984e1028
commit ed591f8641
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ function invoke_script() {
function trigger_notify() {
level="$1"
title="$2"
output="$(printf "%q" "$3")"
output="$(echo "$3" | sed -r "s/\x1B\[([0-9]{1,3}(;[0-9]{1,2};?)?)?[mGK]//g")"
#output="yo"
notify_prog="/usr/local/bin/sh.zio.notify"