Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #!/bin/bash -l 
0002 
0003 #defarg="ph"
0004 defarg="run_ph"
0005 #defarg="dbg"
0006 
0007 arg=${1:-$defarg}
0008 
0009 N=${N:-1} ./U4SimulateTest.sh $arg
0010 
0011