Skip to content

Instantly share code, notes, and snippets.

@paunin
Created September 18, 2016 07:52
Show Gist options
  • Save paunin/a851610eee1e2204ddc34573e6cbd147 to your computer and use it in GitHub Desktop.
Save paunin/a851610eee1e2204ddc34573e6cbd147 to your computer and use it in GitHub Desktop.
SED_EXPR='s/^\([A-Z0-9_]*\)=\(.*\)$/export \1="\2"/g'
printenv | sed "$SED_EXPR" > $ENV_FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment