From eae48351169fb8844dabfa1f08df6a657db64b2a Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Thu, 15 Jun 2017 16:42:15 -0400 Subject: [PATCH] new script to verify archive contents --- .../fred/scripts/euphrosyne_comparator.sh | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 scripts/customize/fred/scripts/euphrosyne_comparator.sh diff --git a/scripts/customize/fred/scripts/euphrosyne_comparator.sh b/scripts/customize/fred/scripts/euphrosyne_comparator.sh new file mode 100644 index 00000000..f3a7ab5a --- /dev/null +++ b/scripts/customize/fred/scripts/euphrosyne_comparator.sh @@ -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 -- 2.34.1