qinglong/shell/notify.sh
2021-03-22 17:59:21 +08:00

9 lines
215 B
Bash
Executable File

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