mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2024-11-27 09:34:08 +08:00
Update bm7.sh
This commit is contained in:
parent
582b71021c
commit
a0e1538d48
@ -117,7 +117,10 @@ for ((i = 0; i < ${#list[@]}; i++)); do
|
|||||||
elif [ -f "${list[i]}/process.json" ]; then
|
elif [ -f "${list[i]}/process.json" ]; then
|
||||||
mv ${list[i]}/process.json ${list[i]}.json
|
mv ${list[i]}/process.json ${list[i]}.json
|
||||||
fi
|
fi
|
||||||
if [ -f "${list[i]}.json" ]; then
|
|
||||||
|
if [ "$(ls ${list[i]})" = "" ]; then
|
||||||
|
sed -i '1s/^/{\n "version": 1,\n "rules": [\n {\n/g' ${list[i]}.json
|
||||||
|
elif [ -f "${list[i]}.json" ]; then
|
||||||
sed -i '1s/^/{\n "version": 1,\n "rules": [\n {\n/g' ${list[i]}.json
|
sed -i '1s/^/{\n "version": 1,\n "rules": [\n {\n/g' ${list[i]}.json
|
||||||
sed -i '$ s/,$/\n },\n {/g' ${list[i]}.json
|
sed -i '$ s/,$/\n },\n {/g' ${list[i]}.json
|
||||||
cat ${list[i]}/* >> ${list[i]}.json
|
cat ${list[i]}/* >> ${list[i]}.json
|
||||||
|
Loading…
Reference in New Issue
Block a user