Skip to content

Instantly share code, notes, and snippets.

@AlexanderWingard
Created June 28, 2017 12:48
Show Gist options
  • Save AlexanderWingard/d0086e22f24dcbfbe3c45a8534c41174 to your computer and use it in GitHub Desktop.
Save AlexanderWingard/d0086e22f24dcbfbe3c45a8534c41174 to your computer and use it in GitHub Desktop.
envsubst example
[
{user: "$USER"}
]
include user.mk
out/data.json: user.mk data.json.envsubst
mkdir -p out
envsubst <data.json.envsubst >out/data.json
export USER=apa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment