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