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