inurbe/main.py
Adrian Amaglio aa9850e487 init
2019-04-23 09:56:48 +02:00

11 lines
212 B
Python
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/python3
# Fetch article list
# generate menu
# generate 1 page per category
# generate 1 page per article
for file in article*.html ; do
sed -e "/-- body -->/r $file" index.html > static.$file
done