repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tevent: version 0.9.35
[Samba.git]
/
testprogs
/
blackbox
/
dfree.sh
blob
64845cd1784823baadfe82f8c75bd1edb3300392
1
#!/bin/sh
2
if
[
"
$1
"
=
"."
] ;
then
3
echo
"1000 10 2048"
4
elif
[
"
$1
"
=
"subdir1"
] ;
then
5
echo
"2000 20 4096"
6
else
7
echo
"4000 40 8192"
8
fi