create root index
This commit is contained in:
parent
d9ce533299
commit
3ef2292348
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ create_ls_entry () {
|
||||||
cd ~/.dotfiles || exit
|
cd ~/.dotfiles || exit
|
||||||
START=$(pwd)
|
START=$(pwd)
|
||||||
|
|
||||||
|
create_ls_entry ""
|
||||||
|
|
||||||
# iterate over all files except the .git/ directory and .
|
# iterate over all files except the .git/ directory and .
|
||||||
find -- . -type d | sed '/^\.$/d' | sed '/^\.\/\.git\//d' | sed '/^\.\/.git/d' | while read -r dir; do
|
find -- . -type d | sed '/^\.$/d' | sed '/^\.\/\.git\//d' | sed '/^\.\/.git/d' | while read -r dir; do
|
||||||
cd "${dir}" || continue
|
cd "${dir}" || continue
|
||||||
|
|
Loading…
Add table
Reference in a new issue