qinglong/shell/notify.sh
2022-02-19 13:08:14 +08:00

8 lines
197 B
Bash
Executable File

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