forked from lix-project/hydra
5 lines
112 B
Bash
5 lines
112 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
initdb ./.hydra-data/postgres
|
||
|
exec postgres -D ./.hydra-data/postgres -k $(pwd)/.hydra-data/postgres
|