home · contact · privacy
Move everything that does not need to be top level dir into sub dir.
[redo-blog] / processor / default.uuid.do
diff --git a/processor/default.uuid.do b/processor/default.uuid.do
deleted file mode 100644 (file)
index 5efffc8..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-if [ ! -f "$1" ]; then
-  uuidgen > "$1"
-fi