#!/bin/sh # generate a base blog file read -p "Enter name of blog: " name filename="$(echo $name | sed 's/ /-/g').html" printf "
\n