News

Guys i'm having trouble getting environment variables that i set in a shell script to take hold after the script is finished. I'm trying to do it like this#!/bin/shMYPARAM="TEST"export MYPARAMthis ...