projects
/
c11concurrency-benchmarks.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
edit scripts
[c11concurrency-benchmarks.git]
/
iris
/
run.sh
1
#!/bin/bash
2
source ../run
3
./test_lfringbuffer $@
4
./test2 $@
5
rm log.txt
6
7