Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-10 07:50:36

0001 #!/bin/bash -l 
0002 
0003 u4vdir=$(dirname $BASH_SOURCE)
0004 defarg="grab"
0005 arg=${1:-$defarg}
0006 
0007 
0008 UBASE=/tmp/$USER/opticks/U4VolumeMaker_PVG_WriteNames_Sub
0009 
0010 if [ "${arg/grab}" != "$arg" ]; then 
0011     source $u4vdir/../bin/rsync.sh $UBASE 
0012 fi 
0013 
0014 
0015 
0016 
0017