home · contact · privacy
Move snippet generation for index/feed into separate .do files.
[redo-blog] / processor / title.meta.do
1 #!/bin/sh
2
3 if [ ! -f "$1" ]; then
4   printf "Yet another blog"
5 fi