repo.or.cz
/
arla.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
don't install make-mac-package.sh
[arla.git]
/
tests
/
many-stores
blob
f64e4ce89803bd17ddd47ebf4f8c29ce6205fe2d
1
#!/bin/sh
2
# $Id$
3
4
touch
foo
5
6
for
i
in
`awk 'BEGIN {for(i=0; i < 1000; ++i) printf "%d
\n
", i}' /dev/null`
;
do
7
echo
"foo
$i
"
>>
foo ||
exit
1
8
done
9
10
rm
foo