tildelog/lib/delete_includes.sh

6 lines
142 B
Bash

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