Skip to content

Instantly share code, notes, and snippets.

@aprxi
Created September 26, 2019 21:09
Show Gist options
  • Save aprxi/9d1e9f4c87120922ff1f292d1dbe28af to your computer and use it in GitHub Desktop.
Save aprxi/9d1e9f4c87120922ff1f292d1dbe28af to your computer and use it in GitHub Desktop.
Profile-variables
# export vars to environment
if [ -s ~/${MODULE_NAME}/variables ]; then
set -a
. ~/${MODULE_NAME}/variables
set +a
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment