Created
April 21, 2015 16:06
-
-
Save satyrius/0d0cb841243c7564d7ff to your computer and use it in GitHub Desktop.
Export initial process environment
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
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