diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-09 22:41:59 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-09 22:41:59 -0500 |
commit | e1993e43a0d97678c4563e1453cf0a1cf2b6cb7f (patch) | |
tree | 6d0e4b24b4bf2cbb028c2cfe1d300a3246fa7ce8 | |
parent | 83b283239f16f303eaf1c3a379f6242ea6a07c5b (diff) |
add logging
-rwxr-xr-x | fix-dotfile-paths.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fix-dotfile-paths.sh b/fix-dotfile-paths.sh index 31c0826..5dd0ee1 100755 --- a/fix-dotfile-paths.sh +++ b/fix-dotfile-paths.sh @@ -1,6 +1,7 @@ #!/bin/sh create_ls_entry () { + echo "creating entry $2$1" echo "#+title: =~/$1=" > index.org echo "* Directories" >> index.org if [ "$1" != "" ]; then |