rewrote to use POSIX shell features

This commit is contained in:
2024-01-16 15:05:12 -07:00
parent aba50c2843
commit 49a3d524d7
2 changed files with 75 additions and 27 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2024-12-16
- Rewrote build-index.sh to be POSIX-compliant
- build-index.sh now takes two arguments. The first is the root directory of the
JD system, and the second is the output directory.
## 2023-12-17
Repository created