Index: trunk/fundraiser-statistics/bash/plot_build_latest.sh |
— | — | @@ -1,5 +1,9 @@ |
2 | 2 | #!/bin/bash |
3 | 3 | |
| 4 | +cd /home/rfaulk/fundraiser-statistics/bash |
| 5 | + |
| 6 | +echo "" > async_plotter.sh |
| 7 | + |
4 | 8 | cd /home/rfaulk/fundraiser-statistics/fundraiser-scripts |
5 | 9 | |
6 | 10 | # get date from command line args |
— | — | @@ -12,4 +16,3 @@ |
13 | 17 | cp /home/rfaulk/fundraiser-statistics/fundraiser-scripts/report_banner_metrics_don_per_imp_latest.png /srv/org.wikimedia.fundraising/stats/ |
14 | 18 | cp /home/rfaulk/fundraiser-statistics/fundraiser-scripts/report_banner_metrics_click_rate_latest.png /srv/org.wikimedia.fundraising/stats/ |
15 | 19 | |
16 | | -echo "" > async_plotter.sh |
\ No newline at end of file |