repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
regress
/
lib
/
libpthread
/
find
/
findthreads.sh
blob
4c241e2960d01e1ffb5c241555380469a849abda
1
#!/bin/sh
2
3
s
=
0
4
while
expr
$s
\
<
100
>/
dev
/
null
;
do
5
.
/
findthreads
$s
||
exit
1
6
s
=
`expr
$s
+ 1`
7
done