mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-16 13:17:15 +00:00
refactor: simplify the parse
This commit is contained in:
parent
251429e274
commit
c028a4a997
5 changed files with 81 additions and 42 deletions
9
run.sh
Normal file
9
run.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
mkdir ./public -p
|
||||
mkdir ./tmp/checker -p
|
||||
mkdir ./tmp/parse -p
|
||||
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue