-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrun_all_json.sh
executable file
·31 lines (29 loc) · 1.06 KB
/
run_all_json.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/usr/bin/env bash
bash fetch_stackexchange_dump.sh apple \
&& python run.py json apple \
&& bash fetch_stackexchange_dump.sh dba \
&& python run.py json dba \
&& bash fetch_stackexchange_dump.sh diy \
&& python run.py json diy \
&& bash fetch_stackexchange_dump.sh electronics \
&& python run.py json electronics \
&& bash fetch_stackexchange_dump.sh english \
&& python run.py json english \
&& bash fetch_stackexchange_dump.sh gaming \
&& python run.py json gaming \
&& bash fetch_stackexchange_dump.sh gis \
&& python run.py json gis \
&& bash fetch_stackexchange_dump.sh math \
&& python run.py json math \
&& bash fetch_stackexchange_dump.sh physics \
&& python run.py json physics \
&& bash fetch_stackexchange_dump.sh scifi \
&& python run.py json scifi \
&& bash fetch_stackexchange_dump.sh security \
&& python run.py json security \
&& bash fetch_stackexchange_dump.sh stats \
&& python run.py json stats \
&& bash fetch_stackexchange_dump.sh travel \
&& python run.py json travel \
&& bash fetch_stackexchange_dump.sh worldbuilding \
&& python run.py json worldbuilding