Skip to content

Instantly share code, notes, and snippets.

@jordansissel
Created September 25, 2019 21:33
Show Gist options
  • Save jordansissel/9c3d6fccf882533ac4197c63b61a7529 to your computer and use it in GitHub Desktop.
Save jordansissel/9c3d6fccf882533ac4197c63b61a7529 to your computer and use it in GitHub Desktop.
$ 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