-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmake3Charts.sh
executable file
·22 lines (22 loc) · 1012 Bytes
/
make3Charts.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 make3Charts.js 31394 > static2/31394_3charts.html;
echo ' writing array for 32352 ';
node make3Charts.js 32352 > static2/32352_3charts.html;
echo ' writing array for 32494 ';
node make3Charts.js 32494 > static2/32494_3charts.html;
echo ' writing array for 32589 ';
node make3Charts.js 32589 > static2/32589_3charts.html;
echo ' writing array for 32672 ';
node make3Charts.js 32672 > static2/32672_3charts.html;
echo ' writing array for 32675 ';
node make3Charts.js 32675 > static2/32675_3charts.html;
echo ' writing array for 33085 ';
node make3Charts.js 33085 > static2/33085_3charts.html;
echo ' writing array for 33229 ';
node make3Charts.js 33229 > static2/33229_3charts.html;
echo ' writing array for 33312 ';
node make3Charts.js 33312 > static2/33312_3charts.html;
echo ' writing array for 33471 ';
node make3Charts.js 33471 > static2/33471_3charts.html;
echo ' writing array for 33962 ';
node make3Charts.js 33962 > static2/33962_3charts.html;