home · contact · privacy
Move work so far into repo.
[redo-blog] / title.do
diff --git a/title.do b/title.do
new file mode 100644 (file)
index 0000000..082accf
--- /dev/null
+++ b/title.do
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if [ ! -f "$1" ]; then
+  printf "Yet another blog"
+fi