Hey guys,
currently writing a script that sets up an environment to do some work with several programs. It asks the user questions and based on that creates a set of variables that suits.
I want those variables to be available in the bash process that the user executed the script in... the only ...