Merge branch 'release-2.140.115'
[feisty_meow.git] / scripts / customize / fred / scripts / archival / compare_soapbox.sh
diff --git a/scripts/customize/fred/scripts/archival/compare_soapbox.sh b/scripts/customize/fred/scripts/archival/compare_soapbox.sh
deleted file mode 100644 (file)
index d489373..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/bash
-
-# compares the soapbox with the real archive to see if any older stuff might be
-# left behind.  if it's got a less than in front, then it's only on the soapbox drive
-# now rather than the pc's hard drive.
-
-source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
-
-function compare_archives_with_target()
-{
-  local target="$1"; shift
-
-  for currdir in $MAJOR_ARCHIVE_SOURCES; do
-    sep
-    echo "comparing '$currdir' with target '$target', where 'less thans' are on the target..."
-    compare_dirs "$target/$(basename $currdir)" "$currdir"
-  done
-}
-
-#hmmm: generalize this one also.
-
-compare_archives_with_target /media/fred/soapboxdrive
-
-sep
-