make paths point to the network
This commit is contained in:
parent
e566aa42bc
commit
726bda7865
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue