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
s4-dsdb-util: Mark attributes with ADD flag in samdb_find_or_add_attribute()
[Samba.git]
/
script
/
ctdb-import.tree-filter.sh
blob
3b4a1e1441863a3c32b89d754ce1b18021939116
1
#!/bin/bash
2
#
3
4
set -e
5
set -u
6
7
lo
=
$
(
find
-mindepth
1
-maxdepth
1
)
8
for
o
in
$lo
;
do
9
mkdir
-p
ctdb
10
mv
$o
ctdb
/
11
done
12
13
exit
0
14