home · contact · privacy
Move all scripts etc. to their own directory.
[redo-blog] / processor / url.do
diff --git a/processor/url.do b/processor/url.do
new file mode 100644 (file)
index 0000000..4e4079f
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if [ ! -f "$1" ]; then
+  printf "http://example.org/"
+fi