|
|
|||
File indexing completed on 2026-04-09 07:48:48
0001 #!/bin/bash -l 0002 0003 dir=$(dirname $BASH_SOURCE) 0004 name=$(basename $BASH_SOURCE) 0005 stem=${name/.sh} 0006 0007 export OPTICKS_GGEO_SUPPRESS=${OPTICKS_GGEO_SUPPRESS:-HBeam,ixture,anchor,Steel2,Plane,Wall,Receiver,Strut0x,sBar0x} 0008 0009 cmd="${IPYTHON:-ipython} --pdb -i -- $dir/$stem.py $*" 0010 0011 echo $cmd 0012 eval $cmd 0013
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|