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