This website requires JavaScript.
Explore
Help
Sign In
root
/
telebit
mirror of
https://github.com/therootcompany/telebit.git
Watch
1
Star
0
Fork
You've already forked telebit
0
Code
Issues
Projects
Releases
Wiki
Activity
975e6bab3e
telebit
/
bin
/
psql-connect.sh
7 lines
56 B
Bash
Raw
Blame
History
#!/bin/bash
set
-e
set
-u
source
.env
psql
"
${
DB_URL
}
"
Reference in New Issue
View Git Blame
Copy Permalink