From 63ea779000a06dd59febb62501f0e97812037a31 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 8 Jul 2017 17:01:12 -0400 Subject: [PATCH] simple soapbox drive comparator --- .../customize/fred/scripts/compare_soapbox.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 scripts/customize/fred/scripts/compare_soapbox.sh diff --git a/scripts/customize/fred/scripts/compare_soapbox.sh b/scripts/customize/fred/scripts/compare_soapbox.sh new file mode 100644 index 00000000..24a841b7 --- /dev/null +++ b/scripts/customize/fred/scripts/compare_soapbox.sh @@ -0,0 +1,19 @@ +#!/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. + +sep +echo "comparing musix where 'less than' is on the soapbox..." +compare_dirs /media/fred/soapboxdrive/musix /z/musix + +sep +echo "comparing imaginations where 'less than' is on the soapbox..." +compare_dirs /media/fred/soapboxdrive/imaginations /z/imaginations + +sep +echo "comparing walrus where 'less than' is on the soapbox..." +compare_dirs /media/fred/soapboxdrive/walrus /z/walrus + +sep -- 2.34.1