Created
January 3, 2022 16:43
-
-
Save jeansordes/d3b9d8dac9f442bed69cd9962a13534b to your computer and use it in GitHub Desktop.
. ./.env (on Linux) → .env.bat (on Windows)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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