home · contact · privacy
Unhide metadata directory, move helpers script up in tree.
[redo-blog] / processor / metadata / default.uuid.do
diff --git a/processor/metadata/default.uuid.do b/processor/metadata/default.uuid.do
new file mode 100644 (file)
index 0000000..5efffc8
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if [ ! -f "$1" ]; then
+  uuidgen > "$1"
+fi