add urlroot to roots (lol)
This commit is contained in:
parent
e1993e43a0
commit
367f64ccd8
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ create_ls_entry () {
|
||||||
create_dir_tree () {
|
create_dir_tree () {
|
||||||
ROOT="$HOME/.dotfiles/$1"
|
ROOT="$HOME/.dotfiles/$1"
|
||||||
URLROOT="https://jjanzen.ca/dotfiles/$1/"
|
URLROOT="https://jjanzen.ca/dotfiles/$1/"
|
||||||
create_ls_entry ""
|
create_ls_entry "" "$URLROOT"
|
||||||
|
|
||||||
# iterate over all directories
|
# iterate over all directories
|
||||||
find -L -- . -type d | sed '/^\.$/d' | while read -r dir; do
|
find -L -- . -type d | sed '/^\.$/d' | while read -r dir; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue