home · contact · privacy
Move all scripts etc. to their own directory.
[redo-blog] / url.do
diff --git a/url.do b/url.do
deleted file mode 100644 (file)
index 4e4079f..0000000
--- a/url.do
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-if [ ! -f "$1" ]; then
-  printf "http://example.org/"
-fi