create root index

This commit is contained in:
Jacob Janzen 2024-08-08 20:09:45 -05:00
parent d9ce533299
commit 3ef2292348

View file

@ -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