: !/binsh dot21i() { ( echo "dot21i: $1" t21i $1 2>&1 ) | tee -a doit.log } ################ # TERM="ansi"; export TERM INFORMIXDIR="/usr/informix"; export INFORMIXDIR INFORMIXSERVER="catcom_se"; export INFORMIXSERVER FGLDIR="/usr/fgl2c"; export FGLDIR PATH="$PATH:$INFORMIXDIR/bin:$FGLDIR/bin:/u/catcom/bin:/u/catcom/scripts:." export PATH # master install files (paths are abs in archive) cpio -icvdumI t21masterinstall.cpio # T21 standard release dot21i rev2.0v00 # source any more catcom vars if [ -f /u/catcom/catcom_vars ]; then . /u/catcom/catcom_vars fi # T21 Custom Directory echo "enter rev2 Custom Directory ID (eg. TF201) :\c" read custdir dot21i rev2.0v00.$custdir # Directories #rev2.0v00.ALF04 #rev2.0v00.BOM05 #rev2.0v00.CU205 #rev2.0v00.DOD02 #rev2.0v00.ECU02 #rev2.0v00.IE200 #rev2.0v00.KEL00 #rev2.0v00.KFT03 #rev2.0v00.NP200 #rev2.0v00.ORD00 #rev2.0v00.PT212 #rev2.0v00.RT203 #rev2.0v00.RTA02 #rev2.0v00.SW203 #rev2.0v00.TF203 #rev2.0v00.TNX00 #rev2.0v00.UWS16 #rev2.0v00.VUT03 # optional dot21i rev2.0v00.arc00 dot21i rev2.0v00.car04 #dot21i rev2.0v00.ecd01 dot21i rev2.0v00.equ02 dot21i rev2.0v00.ovh04 dot21i rev2.0v00.spd01 dot21i rev2.0v00.rt00 dot21i rev2.0v00.scl2 # custom customer #dot21i rev2.0v00.ptc07 #dot21i rev2.0v00.cur01 #dot21i rev2.0v00.usq01 # T21 upgrades dot21i rev2.0v00.u1 dot21i rev2.0v00.u2 dot21i rev2.0v00.u3 dot21i rev2.0v00.u4 dot21i rev2.0v00.u5 dot21i rev2.0v00.u6 dot21i rev2.0v00.u7 dot21i rev2.0v00.u8 dot21i rev2.0v00.u9 dot21i rev2.0v00.u10 dot21i rev2.0v00.u11 dot21i rev2.0v00.u12 dot21i rev2.0v00.u13 dot21i rev2.0v00.u14 dot21i rev2.0v00.u15 dot21i rev2.0v00.u16 dot21i rev2.0v00.u17 dot21i rev2.0v00.u18 dot21i rev2.0v00.u19 dot21i rev2.0v00.u20 dot21i rev2.0v00.u21 dot21i rev2.0v00.u22 dot21i rev2.0v00.u24 dot21i rev2.0v00.u25