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 ...
Ok, I can't script my way out of a papper bag, so I need help with this.I declare some variables at the prompt:export catname=Fluffyexport dogname=SpotI make a no-executable file called text.dat ...
To load the variables, simply invoke the script with the source builtin command in the same directory the .env file is located, or pass the <filename> argument. Internally, the script will load the ...