Skip to content

Instantly share code, notes, and snippets.

@jesusgoku
Created April 2, 2020 03:09
Show Gist options
  • Save jesusgoku/5f83d2e70935331ec8d91f07ba3b08e3 to your computer and use it in GitHub Desktop.
Save jesusgoku/5f83d2e70935331ec8d91f07ba3b08e3 to your computer and use it in GitHub Desktop.
Read environment vars from `.env` file
#!make
include .env
export $(shell sed 's/=.*//' .env)
test: ## Testing environment vars into .env
env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment