Skip to content

Instantly share code, notes, and snippets.

@mkdesignn
Created July 25, 2019 18:36
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 mkdesignn/88c2f2018d7ebd63a1a4160dd9f754e9 to your computer and use it in GitHub Desktop.
Save mkdesignn/88c2f2018d7ebd63a1a4160dd9f754e9 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
! ( diff -y <(grep '.\=' ./.env.example |sort |sed -e 's/=.$//') <(grep '.\=' ./.env |sort |sed -e 's/=.$//') | grep " <")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment