|
|
|||
File indexing completed on 2026-04-09 07:49:18
0001 #!/bin/bash -l
0002 usage(){ cat << EOU
0003
0004 ::
0005
0006 ~/opticks/sysrap/tests/slist_test.sh
0007
0008 EOU
0009 }
0010
0011
0012 name=slist_test
0013 bin=${TMP:-/tmp/$USER/opticks}/$name
0014 mkdir -p $(dirname $bin)
0015
0016 cd $(dirname $(realpath $BASH_SOURCE))
0017 gcc $name.cc -g -std=c++11 -lstdc++ -I.. -o $bin && $bin
0018
0019
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|