diff --git a/make-html-browser.sh b/make-html-browser.sh new file mode 100755 index 0000000..0649708 --- /dev/null +++ b/make-html-browser.sh @@ -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}