#!/bin/bash cat < $( [ -n "$html_external_css" ] \ && printf '' \ "$html_external_css" ) $title $title $desc EOH # generate index and populate statistical vars do-index cat < RSS $( [ -n "$html_footer" ] \ && printf '%s' "$html_footer" ) $( [ -n "$html_index_footer" ] \ && printf '%s' "$html_index_footer" ) Copyright © $yearrange $copyright Last Updated: $( ./tsdate "$lastts" '%F %H:%M:%S' ) $lasthash EOF