Differences between revisions 1 and 2
Revision 1 as of 2016-02-26 12:14:18
Size: 514
Editor: tcampb
Comment:
Revision 2 as of 2016-02-26 12:18:45
Size: 517
Editor: tcampb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 25: Line 25:
make_scriptP > run.sh make_scriptP > runb.sh
Line 32: Line 32:
nohup sh run.sh & nohup sh runb.sh &
Line 34: Line 34:
cp run.sh log/10cm/ cp runb.sh log/10cm/

F3CBLOCK-9A (Iterate)

cd /SPC_Test/F3C-Quality/
script
date
pwd
ls -l

cd test/
ls -l

cp LMRKLIST1.TXT LIST.TXT
duplicates
cat make_script.in

ls -l /usr/local/bin/make_lmrklistX
make_lmrklistX

ln -s scripts/make_scriptP.seed make_scriptP.seed
cat make_scriptP.seed

ls -l /usr/local/bin/make_scriptP
make_scriptP > runb.sh

ls -l

cat INIT_LITHOS.TXT
lithos -v

nohup sh runb.sh &

cp runb.sh log/10cm/

date
exit

mv typescript typeLog/typescriptIterate10b

F3CBLOCK-9A (last edited 2016-02-26 12:18:45 by tcampb)