X-Git-Url: https://plomlompom.com/repos/?p=berlin-corona-table;a=blobdiff_plain;f=update.sh;fp=update.sh;h=27a9dd1fe476f16009fb0d94f0af5fa62eeccc86;hp=251382711a2637635d4c22184496b2e7e8bf3015;hb=a3d2a6533cb6aee29c48c8e1e08e4981c0c8829b;hpb=89c36a109b2ac67250f83281e9ba745097709496 diff --git a/update.sh b/update.sh index 2513827..27a9dd1 100755 --- a/update.sh +++ b/update.sh @@ -18,4 +18,5 @@ curl "${CSV_URL}" \ 'END { printf "\n" }' "${filename}" >> "${table_path}" # Write enhanced table output to directory served by web server. -./enhance_table.py "${table_path}" > /var/www/html/berlin_corona.txt +./enhance_table.py "${table_path}" txt > /var/www/html/berlin_corona.txt +./enhance_table.py "${table_path}" html > /var/www/html/berlin_corona.html