CDF II
CDF KITS
source navigation ]
diff markup ]
identifier search ]
freetext search ]
file search ]
 
Architecture: i386 ]
Version: 4.10.4 ] [ 4.10.5 ] [ 4.8.4 ] [ 4.8.4l3s ] [ 4.8.5 ] [ 4.9.0 ] [ 4.9.1 ] [ 4.9.1.hpt3 ] [ 4.9.1hpt3 ] [ 4.9.1top1 ] [ 5.0.0 ] [ 5.1.0 ] [ 5.1.0beamonly ] [ 5.1.1 ] [ 5.2.0 ] [ 5.3.0 ] [ 5.3.1 ] [ 5.3.1dsp ] [ 5.3.3 ] [ 5.3.3_nt ] [ 5.3.4 ] [ 6.1.1 ] [ 6.1.1b ] [ 6.1.2 ] [ 6.1.3 ] [ 6.1.4 ] [ 6.1.4int3 ] [ 6.1.4mc ] [ 6.1.4mc_a ] [ 6.1.6 ] [ development ]

001 #!/bin/bash
002 
003 if [ "$1" -eq "1" ]
004 then
005   echo "********************** use cdfsoft for fcp ************" > out${1}-${2}.txt
006   echo "********************** use cdfsoft for fcp ************"
007   source ~cdfsoft/cdf2.shrc
008   setup fcp
009 else
010   echo "********************** use ~products for fcp ************" > out${1}-${2}.txt
011   echo "********************** use ~products for fcp ************"
012   source ~products/etc/setups.sh
013   setup fcp
014 fi
015 
016 fcp -c /usr/krb5/bin/rcp -N out${1}-${2}.txt cdfmc@fcdfdata031.fnal.gov:/cdf/scratch/cdfmc/fkw/.
017 
018 rm -f out${1}-${2}.txt
019 
020 

source navigation ] diff markup ] identifier search ] freetext search ] file search ]

This page was automatically generated by the LXR engine.
The LXR team
Valid HTML 4.01!

Send problems or questions to cdfcode@fnal.gov