mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
9 lines
215 B
Bash
Executable File
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" |