Skip to content

Instantly share code, notes, and snippets.

@dcorrigan
Created January 31, 2017 15:07
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 dcorrigan/889366963bb4ef704a8d07f6ec56937e to your computer and use it in GitHub Desktop.
Save dcorrigan/889366963bb4ef704a8d07f6ec56937e to your computer and use it in GitHub Desktop.
run command with env vars from file
export $(cat file.env | xargs) && [command]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment