You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can you export a variable from the .Go to the bash script
example something like
bash.HandleVar("variablename", variablename)
then in the main.bash you can do echo $variablename
is something like that possible?
The text was updated successfully, but these errors were encountered:
How can you export a variable from the .Go to the bash script
example something like
bash.HandleVar("variablename", variablename)
then in the main.bash you can do echo $variablename
is something like that possible?
The text was updated successfully, but these errors were encountered: