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