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