Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-10 07:49:33

0001 #!/bin/bash -l 
0002 
0003 for s in $(seq 0 9) 
0004 do
0005      SLA=r${s}@ ./cxr_solid.sh 
0006 done 
0007 
0008 
0009