Skip to content

Instantly share code, notes, and snippets.

@DerekChia
Last active December 26, 2021 07:32
Show Gist options
  • Save DerekChia/fad05f172d86e574d17b46c1b6d79165 to your computer and use it in GitHub Desktop.
Save DerekChia/fad05f172d86e574d17b46c1b6d79165 to your computer and use it in GitHub Desktop.
$ export SAMPLE_ENV_VAR=env-var
$ echo $SAMPLE_ENV_VAR
env-var
$ printenv SAMPLE_ENV_VAR
env-var
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment