Main script for create index files
This commit is contained in:
parent
1286e0f1c8
commit
c5d2e44156
9
make-html-browser.sh
Executable file
9
make-html-browser.sh
Executable 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}
|
Loading…
Reference in New Issue
Block a user