mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2024-11-10 03:55:35 +08:00
Update bm7.sh
This commit is contained in:
parent
ff59723238
commit
8376e9f166
@ -34,7 +34,7 @@ for ((i = 0; i < ${#list[@]}; i++)); do
|
||||
mkdir -p ${list[i]}
|
||||
# 归类
|
||||
# android package
|
||||
if [ -n "$(cat ./rule/Clash/${list[i]}/${list[i]}.yaml | grep -v '#' | grep PROCESS | grep -v '\.exe' | grep '\.')" ]; then
|
||||
if [ -n "$(cat ./rule/Clash/${list[i]}/${list[i]}.yaml | grep -v '#' | grep PROCESS | grep -v '\.exe' | grep -v '/' | grep '\.')" ]; then
|
||||
cat ./rule/Clash/${list[i]}/${list[i]}.yaml | grep -v '#' | grep PROCESS | grep -v '\.exe' | grep '\.' | sed 's/ - PROCESS-NAME,//g' > ${list[i]}/package.json
|
||||
fi
|
||||
# process name
|
||||
|
Loading…
Reference in New Issue
Block a user