make paths point to the network

This commit is contained in:
Jacob Janzen 2024-08-08 17:14:06 -05:00
parent e566aa42bc
commit 726bda7865

View file

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