Export an environment variable, optionally specifying a value. For example:
-x fooexports the environment variablefooand takes its value from the current environment.-x foo=barexports the environment variable namefooand sets its value tobarin the started processes.-x foo*exports all current environmental variables starting withfoo.