#!/bin/sh | |
# These scripts pretty much have to be ran in this order, to work correctly, | |
# since some copy and remove whole sub-trees, where as others copy and remove | |
# individual pieces of those subtrees | |
./moverdb.sh | |
./movecommon.sh | |
./moveservertools.sh | |
./movewebservices.sh | |
./movesourceediting.sh | |
./movereleng.sh | |
./movemaps.sh | |
./moveejb.sh | |
./movejee.sh | |
./moveCleanup.sh |