Skip to content

Instantly share code, notes, and snippets.

@koop
Created May 15, 2013 08:25
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 koop/5582434 to your computer and use it in GitHub Desktop.
Save koop/5582434 to your computer and use it in GitHub Desktop.
ENV_VARS=""
printenv | grep "^\([[:alnum:]]\|[[:punct:]]\)\+=" | sed 's/=.*$//g' | while read var; do
ENV_VARS+="$var=$(printenv $var)__IMPROMPTU__"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment