Skip to content

Instantly share code, notes, and snippets.

@7rin0
Created March 28, 2017 09:02
Show Gist options
  • Select an option

  • Save 7rin0/74555b19270b48caeea994b121b74dde to your computer and use it in GitHub Desktop.

Select an option

Save 7rin0/74555b19270b48caeea994b121b74dde to your computer and use it in GitHub Desktop.

Revisions

  1. 7rin0 created this gist Mar 28, 2017.
    4 changes: 4 additions & 0 deletions convert_to_shell_vars.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    #!/bin/bash

    # Converting environment to bash variables
    export $(cat .env | xargs)