Skip to content

Instantly share code, notes, and snippets.

@devzom
Last active October 25, 2022 13:56
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 devzom/fdfa81d6e52a38d2b2836025c26447d6 to your computer and use it in GitHub Desktop.
Save devzom/fdfa81d6e52a38d2b2836025c26447d6 to your computer and use it in GitHub Desktop.
Create .env.dev example file structure based on .env file
#!/bin/bash
# (generate only keys, without values)
sed 's/=.*/=/' .env > .env.dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment