File size: 60 Bytes
c58bed9
 
 
 
1
2
3
4
@echo off
for /f "tokens=*" %%i in (.env) do (
    set %%i
)