5 lines
68 B
Bash
5 lines
68 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
psql -U concordia -p 6543 -h localhost concordia_server
|
||
|
|