diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 17:14:06 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 17:14:06 -0500 |
commit | 726bda786527598bc155ffc0e1d90768c8462d96 (patch) | |
tree | bacf02792fa98f62b15d4ff30a27ae43b527f253 /fix-dotfile-paths.sh | |
parent | e566aa42bc59828ff4964873b8610fc642743bc6 (diff) |
make paths point to the network
Diffstat (limited to 'fix-dotfile-paths.sh')
-rwxr-xr-x | fix-dotfile-paths.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fix-dotfile-paths.sh b/fix-dotfile-paths.sh index 61f96d6..aa0c6f1 100755 --- a/fix-dotfile-paths.sh +++ b/fix-dotfile-paths.sh @@ -11,7 +11,7 @@ find -- . -type d | sed '/^\.\$/d' | sed '/^\.\/\.git\//d' | sed '/^\.\/.git/d' echo "#+title: =~/${line}=" > index.org echo "* Directories" >> index.org for dir in */; do - echo "- [[/dotfiles/${line}/${dir}][${dir}]]" >> index.org + echo "- [[https://jjanzen.ca/dotfiles/${line}/${dir}][${dir}]]" >> index.org done echo "* Files" >> index.org for file in *; do |