Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Last active July 11, 2023 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dasgoll/707386c7c14f5f7d972c3ec6cedc8f35 to your computer and use it in GitHub Desktop.
Save dasgoll/707386c7c14f5f7d972c3ec6cedc8f35 to your computer and use it in GitHub Desktop.
bash - Create environment variable with dot
env "my.home=/tmp/someDir" zsh
env "my.home=/tmp/someDir" mvn spring-boot:run
env "my.name=Foo Bar Baz" bash -c "printenv my.name"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment