Merge branch 'release-2.140.115'
[feisty_meow.git] / scripts / archival / comparator.sh
diff --git a/scripts/archival/comparator.sh b/scripts/archival/comparator.sh
new file mode 100644 (file)
index 0000000..fe3db5d
--- /dev/null
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+# compares this machine's local archives against an exemplar set.
+
+remote_place="$1"; shift
+if [ -z "$remote_place" ]; then
+  remote_place=wildmutt
+  #remote_place=curie
+fi
+local_place="$1"; shift
+if [ -z "$local_place" ]; then
+  local_place=/z
+fi
+
+source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
+source "$FEISTY_MEOW_SCRIPTS/archival/general_updater.sh"
+
+uber_archive_comparator "$remote_place" "$local_place"
+