new script to verify archive contents
authorChris Koeritz <fred@gruntose.com>
Thu, 15 Jun 2017 20:42:15 +0000 (16:42 -0400)
committerChris Koeritz <fred@gruntose.com>
Thu, 15 Jun 2017 20:42:15 +0000 (16:42 -0400)
scripts/customize/fred/scripts/euphrosyne_comparator.sh [new file with mode: 0644]

diff --git a/scripts/customize/fred/scripts/euphrosyne_comparator.sh b/scripts/customize/fred/scripts/euphrosyne_comparator.sh
new file mode 100644 (file)
index 0000000..f3a7ab5
--- /dev/null
@@ -0,0 +1,29 @@
+#!/bin/bash
+
+# runs through all the local archives on euphrosyne to make sure nothing is different
+# when compared to the mainline versions on surya.
+
+#hmmm: add a check that this is in fact the right host, euphrosyne.
+
+
+source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
+
+sep 14
+echo "Comparing basement folder..."
+compare_dirs /z/basement wildmutt:/z/basement
+sep 14
+
+sep 14
+echo "Comparing imaginations folder..."
+compare_dirs /z/imaginations wildmutt:/z/imaginations
+sep 14
+
+sep 14
+echo "Comparing musix folder..."
+compare_dirs /z/musix wildmutt:/z/musix
+sep 14
+
+sep 14
+echo "Comparing walrus folder..."
+compare_dirs /z/walrus wildmutt:/z/walrus
+sep 14