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 ...
Utility shell script for loading environment variables defined in .env files. Currently only supports UNIX-like operating systems. Tested on Linux, but should work on BSD and MacOS as well ...