1 Star 1 Fork 1

蜗牛 / HttpCanary-SSL-Magisk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
uninstall.sh 400 Bytes
一键复制 编辑 原始数据 按行查看 历史
FeliciaWen 提交于 2021-07-30 19:18 . remove no uses
# Don't modify anything after this
if [ -f $INFO ]; then
while read LINE; do
if [ "$(echo -n $LINE | tail -c 1)" == "~" ]; then
continue
elif [ -f "$LINE~" ]; then
mv -f $LINE~ $LINE
else
rm -f $LINE
while true; do
LINE=$(dirname $LINE)
[ "$(ls -A $LINE 2>/dev/null)" ] && break 1 || rm -rf $LINE
done
fi
done < $INFO
rm -f $INFO
fi
1
https://gitee.com/amixuse/HttpCanary-SSL-Magisk.git
git@gitee.com:amixuse/HttpCanary-SSL-Magisk.git
amixuse
HttpCanary-SSL-Magisk
HttpCanary-SSL-Magisk
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891