|
|
|||
File indexing completed on 2026-04-09 07:48:57
0001 #!/bin/bash -l 0002 0003 default=remote 0004 arg=${1:-$default} 0005 0006 opticks-switch-key $arg 0007 0008 bin=CSGNodeTest 0009 0010 if [ -n "$DEBUG" ]; then 0011 if [ "$(uname)" == "Darwin" ]; then 0012 lldb__ $bin 0013 else 0014 gdb $bin 0015 fi 0016 else 0017 $bin 0018 fi 0019 0020
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|