Skip to content

Instantly share code, notes, and snippets.

@zlargon
Created December 10, 2019 14:09
Show Gist options
  • Save zlargon/9b1350b51ffc3f3291bc3bed31b0827f to your computer and use it in GitHub Desktop.
Save zlargon/9b1350b51ffc3f3291bc3bed31b0827f to your computer and use it in GitHub Desktop.
# get env var
function get_env() {
VAR=$(grep ${1} .env)
echo ${VAR#*=}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment