name meaningfulness++
[feisty_meow.git] / scripts / archival / comparator.sh
1 #!/bin/bash
2
3 # compares this machine's local archives against an exemplar set.
4
5 remote_place="$1"; shift
6 if [ -z "$remote_place" ]; then
7   remote_place=wildmutt
8   #remote_place=curie
9 fi
10 local_place="$1"; shift
11 if [ -z "$local_place" ]; then
12   local_place=/z
13 fi
14
15 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
16 source "$FEISTY_MEOW_SCRIPTS/archival/general_updater.sh"
17
18 uber_archive_comparator "$remote_place" "$local_place"
19