Add some documentation to update_html

This commit is contained in:
John J. Camilleri
2018-12-06 13:47:50 +01:00
parent 7bd086ba19
commit d880a61857
2 changed files with 19 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# This script finds all .t2t (txt2tags) and .md (markdown) files
# and deletes the corresponding html file
# This script finds all .t2t (txt2tags) and .md (Markdown) files
# and deletes the corresponding HTML file of the same name.
find . -name '*.t2t' | while read t2t ; do
html="${t2t%.t2t}.html"