ignore hidden dirs
This commit is contained in:
parent
356e771b53
commit
9e80fe7fb4
1 changed files with 1 additions and 1 deletions
|
@ -22,4 +22,4 @@ do
|
|||
fi
|
||||
fi
|
||||
fi
|
||||
done <<< "$(find . -mindepth 1 -maxdepth 1 -type d)"
|
||||
done <<< "$(find . -mindepth 1 -maxdepth 1 -type d | grep -Ev '^\./\.')"
|
||||
|
|
Loading…
Reference in a new issue