home · contact · privacy
Move everything that does not need to be top level dir into sub dir.
[redo-blog] / processor / .meta / title.do
diff --git a/processor/.meta/title.do b/processor/.meta/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