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