X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=processor%2Fmetadata%2Furl.do;fp=processor%2Fmetadata%2Furl.do;h=4e4079f3df020e4327d934dd8963a4d431020adb;hb=b86576c5f61cff36c80c9e0efd9d77f50dac745b;hp=0000000000000000000000000000000000000000;hpb=c67421732e148c768cc83395c143480b2b9b6106;p=redo-blog diff --git a/processor/metadata/url.do b/processor/metadata/url.do new file mode 100644 index 0000000..4e4079f --- /dev/null +++ b/processor/metadata/url.do @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ ! -f "$1" ]; then + printf "http://example.org/" +fi