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:
parent
354c3df3d5
commit
f1fa984587
@ -78,3 +78,7 @@ done
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function generate_hook() {
|
||||||
|
generate_index
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user