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