Main script for create index files

This commit is contained in:
q3aql 2024-12-16 20:49:16 +01:00
parent 1286e0f1c8
commit c5d2e44156

9
make-html-browser.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
dir=$(dirname $0)
dir_files="$(dirname $0)/files"
# Create index for HTML
cd ${dir}
bash clean.sh ${dir_files}
bash index-recursive.sh ${dir_files}