more cleanup
This commit is contained in:
parent
d1dfa3db33
commit
e6f411dc45
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ create_ls_entry () {
|
||||||
elif echo "$file" | grep -q "\.org$" && [ "$file" != "index.org" ]; then
|
elif echo "$file" | grep -q "\.org$" && [ "$file" != "index.org" ]; then
|
||||||
new_file=$(echo "$file" | sed 's/\.org$//')
|
new_file=$(echo "$file" | sed 's/\.org$//')
|
||||||
html=$(echo "$file" | sed 's/\.org$/\.html/')
|
html=$(echo "$file" | sed 's/\.org$/\.html/')
|
||||||
echo "- [[$2$1$html][=$new_file=]]" >> index.org
|
echo "- [[./$html][=$new_file=]]" >> index.org
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
@ -41,7 +41,7 @@ create_dir_tree () {
|
||||||
|
|
||||||
dir=$(echo "$dir" | sed 's/^\.\///')
|
dir=$(echo "$dir" | sed 's/^\.\///')
|
||||||
|
|
||||||
create_ls_entry "$dir/" "$URLROOT"
|
create_ls_entry "$dir/"
|
||||||
|
|
||||||
cd "$ROOT" || exit
|
cd "$ROOT" || exit
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue