mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 06:46:09 +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
|
|
|
|
. /ql/config/cookie.sh
|
|
. /ql/config/config.sh
|
|
title=$(echo $1|sed 's/-/_/g')
|
|
msg=$(echo -e $2)
|
|
|
|
node /ql/shell/notify.js "$title" "$msg" |