43f555574a965e465268845f661712b527f15c89
[feisty_meow.git] / scripts / customize / fred / scripts / compare_soapbox.sh
1 #!/bin/bash
2
3 # compares the soapbox with the real archive to see if any older stuff might be
4 # left behind.  if it's got a less than in front, then it's only on the soapbox drive
5 # now rather than the pc's hard drive.
6
7 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
8
9 for currdir in basement imaginations musix walrus; do
10   sep
11   echo "comparing $currdir where 'less than' is on the soapbox..."
12   compare_dirs /media/fred/soapboxdrive/$currdir /z/$currdir
13 done
14
15 sep