Added a new function (generate_hook) that will serve as a hook function to run multiple generate scripts without needing to specify them in main.sh -r case

This commit is contained in:
Tristan Ancelet 2023-11-07 12:28:29 -06:00
parent 354c3df3d5
commit f1fa984587

View File

@ -78,3 +78,7 @@ done
EOF EOF
} }
function generate_hook() {
generate_index
}