5 lines
No EOL
48 B
Bash
5 lines
No EOL
48 B
Bash
use flake
|
|
|
|
if [ -f .env ]; then
|
|
dotenv .env
|
|
fi |