Skip to content

Instantly share code, notes, and snippets.

@zwalchuk
Created March 28, 2018 00:09
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 zwalchuk/2b8da737c7c1cbfd331fdd2a95387d0a to your computer and use it in GitHub Desktop.
Save zwalchuk/2b8da737c7c1cbfd331fdd2a95387d0a to your computer and use it in GitHub Desktop.
export IFS=$'\n'; for i in `tr "\000" "\n" < /proc/1/environ | grep =`; do export "$i"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment