Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:49:02

0001 #!/bin/bash -l 
0002 if [ "$(uname)" == "Darwin" ]; then 
0003     GDB=lldb__ ./cxs.sh 
0004 else
0005     GDB=gdb ./cxs.sh 
0006 fi