-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmake2Charts.sh
executable file
·22 lines (22 loc) · 1012 Bytes
/
make2Charts.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
echo ' writing array for 31394 ';
node make2Charts.js 31394 > static2/31394_2charts.html;
echo ' writing array for 32352 ';
node make2Charts.js 32352 > static2/32352_2charts.html;
echo ' writing array for 32494 ';
node make2Charts.js 32494 > static2/32494_2charts.html;
echo ' writing array for 32589 ';
node make2Charts.js 32589 > static2/32589_2charts.html;
echo ' writing array for 32672 ';
node make2Charts.js 32672 > static2/32672_2charts.html;
echo ' writing array for 32675 ';
node make2Charts.js 32675 > static2/32675_2charts.html;
echo ' writing array for 33085 ';
node make2Charts.js 33085 > static2/33085_2charts.html;
echo ' writing array for 33229 ';
node make2Charts.js 33229 > static2/33229_2charts.html;
echo ' writing array for 33312 ';
node make2Charts.js 33312 > static2/33312_2charts.html;
echo ' writing array for 33471 ';
node make2Charts.js 33471 > static2/33471_2charts.html;
echo ' writing array for 33962 ';
node make2Charts.js 33962 > static2/33962_2charts.html;