mirror of
https://github.com/therootcompany/telebit.git
synced 2025-12-24 06:18:46 +00:00
7 lines
56 B
Bash
7 lines
56 B
Bash
#!/bin/bash
|
|
set -e
|
|
set -u
|
|
|
|
source .env
|
|
psql "${DB_URL}"
|