Last active
July 11, 2023 07:31
-
-
Save dasgoll/707386c7c14f5f7d972c3ec6cedc8f35 to your computer and use it in GitHub Desktop.
bash - Create environment variable with dot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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