Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #!/bin/bash -l 
0002 
0003 ## HUH: thats DYB
0004 #export IDPath=/usr/local/opticks/geocache/OKX4Test_World0xc15cfc00x40f7000_PV_g4live/g4ok_gltf/f9225f882628d01e0303b3609013324e/1
0005 
0006 if [ -z "$QUIET" ]; then 
0007     if [ ! -d "$IDPath" ]; then 
0008        echo === $BASH_SOURCE : IDPath directory DOES NOT EXIST : $IDPath 
0009     else
0010        echo === $BASH_SOURCE : IDPath directory exists : $IDPath 
0011     fi 
0012 fi
0013