Skip to content

Instantly share code, notes, and snippets.

@rakhbari
Created November 28, 2022 21:12
Show Gist options
  • Save rakhbari/aec46bbd588c4b44b33a212760afa5cf to your computer and use it in GitHub Desktop.
Save rakhbari/aec46bbd588c4b44b33a212760afa5cf to your computer and use it in GitHub Desktop.
if ! command -v envsubst &> /dev/null
then
echo "ERROR: envsubst isn't installed/can't be found. Get it installed on your machine before proceeding. https://www.google.com/search?q=envsubst+command+not+found"
exit 2
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment