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