mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-16 21:27:24 +00:00
refactor: some minor changes
This commit is contained in:
parent
c028a4a997
commit
3c6538c758
3 changed files with 6 additions and 4 deletions
4
run.sh
4
run.sh
|
|
@ -6,4 +6,6 @@ chmod +x ./util/checker.sh
|
|||
chmod +x ./util/xmlparser.sh
|
||||
chmod +x ./util/parse.sh
|
||||
|
||||
./util/parse.sh stable-x86 stable-x64 beta-x86 beta-x64 dev-x86 dev-x64 canary-x86 canary-x64
|
||||
./util/parse.sh stable-x86 stable-x64 beta-x86 beta-x64 dev-x86 dev-x64 canary-x86 canary-x64
|
||||
|
||||
cp -rf src/index.html tmp/index.html
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@ do
|
|||
sed -i 's|https://||g' ./tmp/parse/${i}.info
|
||||
sed -i 's| ||g' ./tmp/parse/${i}.info
|
||||
|
||||
sed -n '8p' ./tmp/parse/${i}.info > ./tmp/parse/${i}-result.info
|
||||
sed -n '14p' ./tmp/parse/${i}.info > ./tmp/parse/${i}-result.info
|
||||
sed -n '8p' ./tmp/parse/${i}.info >> ./tmp/parse/${i}-result.info
|
||||
sed -n '10p' ./tmp/parse/${i}.info >> ./tmp/parse/${i}-result.info
|
||||
sed -n '14p' ./tmp/parse/${i}.info >> ./tmp/parse/${i}-result.info
|
||||
sed -n '23p' ./tmp/parse/${i}.info >> ./tmp/parse/${i}-result.info
|
||||
sed -n '22p' ./tmp/parse/${i}.info >> ./tmp/parse/${i}-result.info
|
||||
sed -n '24p' ./tmp/parse/${i}.info >> ./tmp/parse/${i}-result.info
|
||||
|
|
|
|||
|
|
@ -124,5 +124,5 @@ read_xml() {
|
|||
:
|
||||
done < "$1"
|
||||
}
|
||||
|
||||
|
||||
read_xml "$1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue