Skip to content

Instantly share code, notes, and snippets.

@satyrius
Created April 21, 2015 16:06
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 satyrius/0d0cb841243c7564d7ff to your computer and use it in GitHub Desktop.
Save satyrius/0d0cb841243c7564d7ff to your computer and use it in GitHub Desktop.
Export initial process environment
for v in $(xargs --null --max-args=1 < /proc/1/environ); do export $v; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment