improved comparator
[feisty_meow.git] / scripts / archival / comparator.sh
index 236cc2c511d28f5270cda93529a2de6b8748bc83..90ad0918f470c299f3ac921da43b74a59ced9b93 100644 (file)
@@ -3,14 +3,17 @@
 # compares this machine's local archives against an exemplar set.
 
 target="$1"; shift
-
 if [ -z "$target" ]; then
   target=wildmutt
   #target=curie
 fi
+where="$1"; shift
+if [ -z "$where" ]; then
+  where=/z
+fi
 
 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
 source "$FEISTY_MEOW_SCRIPTS/archival/general_updater.sh"
 
-uber_archive_comparator $target
+uber_archive_comparator $target $where