19 lines
430 B
Bash
19 lines
430 B
Bash
############################
|
|
# define methods to overwrite library methods here
|
|
# refer to the the builder.sh to check the methods
|
|
############################
|
|
|
|
#builder_read_config_pre() {
|
|
# echo "** USER: Cal.ling BEFORE builder__read_confi"
|
|
#}
|
|
|
|
#builder_read_config() {
|
|
# echo "** USER: Calling INSTEAD-OF builder_read_config"
|
|
#}
|
|
|
|
#builder__read_confif() {
|
|
# echo "** USER: Calling AFTER builder__read_config"
|
|
#}
|
|
|
|
|