6 lines
53 B
Bash
6 lines
53 B
Bash
#!/bin/bash
|
|
|
|
dotenv_if_exists .env.local
|
|
|
|
use flake
|
|
|
#!/bin/bash
|
|
|
|
dotenv_if_exists .env.local
|
|
|
|
use flake
|
|
|