7 lines
181 B
Bash
7 lines
181 B
Bash
#!/usr/bin/env bash
|
|
|
|
eval "$(devenv direnvrc)"
|
|
|
|
# You can pass flags to the devenv command
|
|
# For example: use devenv --impure --option services.postgres.enable:bool true
|
|
use devenv
|