I have a .cgi running that needs to set a rather staggering large number of %ENV variables... and since there's a *.conf.sh sitting around with the exact list of exports, etc. that I need, I'd like to just use the shell script to set the variables.
I'm attempting to appease Laziness at this point, I realize, but maintaining a list of over a hundred of these buggers doesn't really excite me. At all.
Thanks in advance...