Skip to content

Commit 8046217

Browse files
committed
add script for windows
1 parent c00b168 commit 8046217

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

check.bat

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
@echo off
2+
3+
python json-checker.py "custom-node-list.json"
4+
python json-checker.py "model-list.json"
5+
python json-checker.py "alter-list.json"
6+
python json-checker.py "extension-node-map.json"
7+
python json-checker.py "node_db\new\custom-node-list.json"
8+
python json-checker.py "node_db\new\model-list.json"
9+
python json-checker.py "node_db\new\extension-node-map.json"
10+
python json-checker.py "node_db\dev\custom-node-list.json"
11+
python json-checker.py "node_db\dev\model-list.json"
12+
python json-checker.py "node_db\dev\extension-node-map.json"
13+
python json-checker.py "node_db\tutorial\custom-node-list.json"
14+
python json-checker.py "node_db\tutorial\model-list.json"
15+
python json-checker.py "node_db\tutorial\extension-node-map.json"
16+
python json-checker.py "node_db\legacy\custom-node-list.json"
17+
python json-checker.py "node_db\legacy\model-list.json"
18+
python json-checker.py "node_db\legacy\extension-node-map.json"
19+
python json-checker.py "node_db\forked\custom-node-list.json"
20+
python json-checker.py "node_db\forked\model-list.json"
21+
python json-checker.py "node_db\forked\extension-node-map.json"

0 commit comments

Comments
 (0)