bash.Export() sets an environment variable from golang so that the bash script can read it.
But how to achieve the other way round?
Basically, I want to set some "statuses" regarding the execution of the bash script.. I thought one way would be setting variables and passing them downstream in go.