Skip to content

Instantly share code, notes, and snippets.

@jeansordes
Created January 3, 2022 16:43
Show Gist options
  • Save jeansordes/d3b9d8dac9f442bed69cd9962a13534b to your computer and use it in GitHub Desktop.
Save jeansordes/d3b9d8dac9f442bed69cd9962a13534b to your computer and use it in GitHub Desktop.
. ./.env (on Linux) → .env.bat (on Windows)
@echo off
for /f "delims=" %%a in ('findstr /r /b /c:"^[^#]" "./.env"') do set %%a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment