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