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