Miscellaneous accumulated scripts that were never checked in before.
[clinton/scripts.git] / update-shadow-volumes
diff --git a/update-shadow-volumes b/update-shadow-volumes
new file mode 100755 (executable)
index 0000000..bd370ce
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+# generate volume list
+for A in `vos listvol krunk /viceps -quiet | cut -b0-34`
+do \
+  vos shadow $A deleuze /vicepa krunk /viceps -incremental -localauth
+done