4 lines
118 B
Bash
Executable File
4 lines
118 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
YORE_DB="host=localhost port=${DB_PORT} user=${DB_USER} dbname=${DB_DBNAME}" cabal repl exe:yore
|