8 lines
65 B
Plaintext
8 lines
65 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
export $(cat .env | xargs)
|
||
|
|
||
|
psql -w
|