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
(fcache_setvnodes): wake up node creation thread when needed
[arla.git]
/
tests
/
deep-tree2
blob
3252e422cc4e0a5e01b693b97f5adfc796e78ae7
1
#!/bin/sh
2
# $Id$
3
4
mkdir foo
5
6
b
=
foo
7
for
a
in
0 1 2 3 4 5 6 7 8 9
a b c d e f g h i j k l m n o p q r s t u v w x y z å ä ö
;
do
8
b
=
$b
/
$a
9
mkdir
$b
10
done
11
12
rm
-rf
foo