From: Chris Koeritz Date: Sat, 8 Jul 2017 21:01:12 +0000 (-0400) Subject: simple soapbox drive comparator X-Git-Tag: 2.140.90~168 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=63ea779000a06dd59febb62501f0e97812037a31;p=feisty_meow.git simple soapbox drive comparator --- 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