This commit is contained in:
anonymous 2021-04-07 18:25:42 +08:00
parent 25e678a2a0
commit 889f7b04f6

View File

@ -68,7 +68,7 @@ notify () {
local title=$(echo $1 | perl -pe 's|-|_|g') local title=$(echo $1 | perl -pe 's|-|_|g')
local msg="$(echo -e $2)" local msg="$(echo -e $2)"
if [ -d $dir_scripts_node_modules ]; then if [ -d $dir_scripts_node_modules ]; then
node $dir_scripts/notify.js "$title" "$msg" node $dir_shell/notify.js "$title" "$msg"
fi fi
} }