X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;ds=sidebyside;f=processor%2Ftitle.meta.do;fp=processor%2Ftitle.meta.do;h=082accffbf1eafec0af04648e9dd074ad7d31019;hb=5a17d0898d72bc8574601f57f26af8d3e0da2288;hp=0000000000000000000000000000000000000000;hpb=dfdd193cf3f2f215fd26bae06ada013a14422581;p=redo-blog diff --git a/processor/title.meta.do b/processor/title.meta.do new file mode 100644 index 0000000..082accf --- /dev/null +++ b/processor/title.meta.do @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ ! -f "$1" ]; then + printf "Yet another blog" +fi