projects
/
c11concurrency-benchmarks.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
a74648888c4471f05b9c19fcc36514928f019e2f
[c11concurrency-benchmarks.git]
/
run.sh
1
#!/bin/bash
2
source ../run
3
./test_lfringbuffer $@
4
./test2 $@
5
rm log.txt
6
7