#!/usr/bin/env bash # Delete the temporarily generated include files delete_includes() { rm ".title.html" ".footer.html" ".header.html" }