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