home · contact · privacy
Move everything that does not need to be top level dir into sub dir.
[redo-blog] / processor / .meta / default.uuid.do
diff --git a/processor/.meta/default.uuid.do b/processor/.meta/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