Skip to content

Instantly share code, notes, and snippets.

@Inkimar
Created October 26, 2016 13:17
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 Inkimar/0cecaf0164fb33a24f15fcd7a8a1d13a to your computer and use it in GitHub Desktop.
Save Inkimar/0cecaf0164fb33a24f15fcd7a8a1d13a to your computer and use it in GitHub Desktop.
inlcude an environment-file in : i.e Makefile and ... shell-script
in Makefile
#!make
include .env2
in bash-script
#!/bin/bash
source .env2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment