Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:48:58

0001 #!/bin/bash -l 
0002 
0003 usage(){ cat << EOU
0004 CSGTargetTest.sh 
0005 ===================
0006 
0007 ::
0008     
0009     c ; METH=descInstance IDX=37684 ./CSGTargetTest.sh remote   
0010 
0011 
0012 EOU
0013 }
0014 
0015 
0016 default=remote
0017 arg=${1:-$default}
0018 
0019 opticks-switch-key $arg 
0020 
0021 CSGTargetTest 
0022 
0023 
0024