home · contact · privacy
Stabilize feed.xml generation, reduce bad shell scripting.
[redo-blog] / processor / url.meta.do
1 #!/bin/sh
2
3 if [ ! -f "$1" ]; then
4   printf "http://example.org/"
5 fi