#!/bin/sh # Pull in global dependencies. . ./helpers.sh redo-ifchange title # Write index head. cat << EOF EOF blog_title=`read_and_escape_file title | head -1` printf "%s\n\n\n" "$blog_title" printf "

%s

\n\n\n"