From c8fc38f25691d8c671da0ab0f0b67cd90bced583 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 29 Apr 2019 08:11:37 -0400 Subject: [PATCH] new name for function this is a local /z comparator, which abbreviates to localz somehow. it will check the local machine's /z folder items against an exemplar machine on the network. there is a built in default so far for that machine, but it also changes, which isn't so reasonable. but an exemplar machine name can be passed on the command line, so we're not put together totally backwards like some IT groups. --- .../customize/fred/scripts/archival/localz_comparator.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/customize/fred/scripts/archival/localz_comparator.sh diff --git a/scripts/customize/fred/scripts/archival/localz_comparator.sh b/scripts/customize/fred/scripts/archival/localz_comparator.sh new file mode 100644 index 00000000..32980c42 --- /dev/null +++ b/scripts/customize/fred/scripts/archival/localz_comparator.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" +source "$FEISTY_MEOW_SCRIPTS/archival/comparator.sh" + + -- 2.34.1