Created
September 25, 2019 21:33
-
-
Save jordansissel/9c3d6fccf882533ac4197c63b61a7529 to your computer and use it in GitHub Desktop.
This file contains 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
$ test1=foo | |
$ set -a | |
$ test2=foo | |
$ test3=foo | |
$ set +a | |
$ env | grep test | |
test2=foo | |
test3=foo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment