Differences between revisions 1 and 2
Revision 1 as of 2016-04-11 14:15:20
Size: 465
Editor: tcampb
Comment:
Revision 2 as of 2016-04-18 21:06:20
Size: 469
Editor: tcampb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
rm lsupport rm -rf lsupport

F3BBLOCK-1A (Clean Setup)

Adapted from DL

cd /SPC_Test/F3B-Number/
script
date
pwd
ls -l

rsync -hapvP ../F3-base/orig .
rsync -hapvP ../F3-base/base .
mv base/IMAGEFILES/README base/
rsync -hapvP ../F3-base/ORex .

cd orig/
rm PICTLIST.TXT
rm DATA
ln -s ../ORex/DATA DATA
rm -rf lsupport
ln -s ../lsupport lsupport
cd ..

ls -l orig/
ls -l base/SHAPEFILES/

date
exit

mv typescript typeLog/typescriptCleanSetup

F3BBLOCK-1A (last edited 2016-04-18 21:06:20 by tcampb)