1 Star 0 Fork 27

XXTXTOP/uengine 运行器

forked from gfdgd xi/uengine 运行器 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
get-uengine-information.sh 299 Bytes
一键复制 编辑 原始数据 按行查看 历史
gfdgd xi 提交于 2022-08-03 22:59 . 新建文件夹AXVM
#!/bin/bash
file="/data/uengine/data/data/data/com.tencent.mm/shared_prefs/"
inotifywait -mq -e modify $file | while read event
do
if [[ "$event" == *notify_sync_pref.xml ]];then
notify-send -i '/home/tensor/Documents/notify/mm.jpg' ‘主银’ ‘你有微信消息哦~~’
fi
done
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/XXTXTOP/uengine-runner.git
git@gitee.com:XXTXTOP/uengine-runner.git
XXTXTOP
uengine-runner
uengine 运行器
main

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385