|
|
|||
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 cmd="${OPTICKS_PYTHON:-python3} $dir/$stem.py $*" 0008 0009 echo $cmd 0010 eval $cmd 0011
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|