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="run_mt"
0004 arg=${1:-$defarg}
0005 
0006 N=${N:-0} ./U4SimulateTest.sh $arg
0007 
0008