Skip to content

Properly define where to put global vars that calls functions #9

@icasimpan

Description

@icasimpan

For now, need to put this within main//main.bash.inc

main() {
   :
} ## END: main()

param1=$1

GLOBAL_VAR1=param1

main $param1

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions