qinglong/shell/notify.sh
2021-05-07 14:42:13 +08:00

8 lines
192 B
Bash
Executable File

#!/bin/bash
#author:spark thanks to: https://github.com/sparkssssssss/scripts
. /ql/config/config.sh
title=$(echo $1|sed 's/-/_/g')
msg=$(echo -e $2)
node /ql/shell/notify.js "$title" "$msg"