From 3ef22923485e754e525a7af6ed7d0f7c036085d8 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Thu, 8 Aug 2024 20:09:45 -0500 Subject: create root index --- fix-dotfile-paths.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fix-dotfile-paths.sh') diff --git a/fix-dotfile-paths.sh b/fix-dotfile-paths.sh index aa0197d..255e1b1 100755 --- a/fix-dotfile-paths.sh +++ b/fix-dotfile-paths.sh @@ -32,6 +32,8 @@ create_ls_entry () { cd ~/.dotfiles || exit START=$(pwd) +create_ls_entry "" + # 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 cd "${dir}" || continue -- cgit v1.2.3