|
|
|||
File indexing completed on 2026-04-10 07:49:21
0001 #!/bin/bash -l 0002 0003 fold=$(dirname $0) 0004 name=$(basename $0) 0005 stem=${name/.sh} 0006 script=$fold/${stem}.py 0007 0008 cmd="${IPYTHON:-ipython} -i -- $script $* " 0009 0010 echo $cmd 0011 eval $cmd 0012 rc=$? 0013 0014 echo rc $rc 0015
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|