6 # Make sure /usr/local/bin is on the path
7 export PATH=$PATH:/usr/local/bin
9 # Generate new statistics
10 <%= @ruby %> -W0 <%= @directory %>/script/statistics > <%= @directory %>/tmp/data_stats.html
12 # Move new statistics into place
13 mv -f <%= @directory %>/tmp/data_stats.html /store/rails/stats
15 # Mail statistics to Blackadder
16 mail -s "OpenStreetMap Statistics" blackadderajr@gmail.com < /store/rails/stats/data_stats.html