|
|
|||
File indexing completed on 2026-04-10 07:49:20
0001 #!/bin/bash -l 0002 0003 name=$(basename $0) 0004 stem=${name/.sh} 0005 0006 usage(){ cat << EOU 0007 Grab inputs from remote note P with:: 0008 0009 cd ~/j 0010 ./PMTEfficiencyCheck.sh grab 0011 0012 EOU 0013 } 0014 0015 cmd="ipython -i $stem.py" 0016 echo $cmd 0017 eval $cmd 0018
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|