chiwawa626
Lifer
I need to set a few environment variables before I run a certain program...how can I write a shell script to do this for me?
I tried to write a bash script that did something like "export MYDIR=/home/dir" but that did not set $MYDIR to what I wanted once the script was run.
please help?
I tried to write a bash script that did something like "export MYDIR=/home/dir" but that did not set $MYDIR to what I wanted once the script was run.
please help?