Files
ttbp/bin/update.py
2016-05-01 19:34:20 -04:00

7 lines
103 B
Python

#!/usr/bin/python
import core
core.load()
print("\n blog updated at "+core.write("index.html")+"\n")