|
To set environment variables for your current shell script mentioned above as sample.sh you need to give the command as dot followed by space and sample.sh which will export all environment variables in current shell. The syntax is as below:
. sample.sh
|