5 lines
121 B
Bash
Executable File
5 lines
121 B
Bash
Executable File
#!/bin/sh
|
|
|
|
initdb ./.hydra-data/postgres
|
|
exec postgres -D ./.hydra-data/postgres -k $(pwd)/.hydra-data/postgres -p 64444
|