home · contact · privacy
Unhide metadata directory, move helpers script up in tree.
[redo-blog] / processor / metadata / title.do
1 #!/bin/sh
2
3 if [ ! -f "$1" ]; then
4   printf "Yet another blog"
5 fi