24a841b7dceed98415790969607df258cb38463c
[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 sep
8 echo "comparing musix where 'less than' is on the soapbox..."
9 compare_dirs /media/fred/soapboxdrive/musix /z/musix
10
11 sep
12 echo "comparing imaginations where 'less than' is on the soapbox..."
13 compare_dirs /media/fred/soapboxdrive/imaginations /z/imaginations
14
15 sep
16 echo "comparing walrus where 'less than' is on the soapbox..."
17 compare_dirs /media/fred/soapboxdrive/walrus /z/walrus
18
19 sep