my-configs/termux/bin/pg-start

5 lines
70 B
Bash
Executable File

#!/bin/sh
postgres -D $PREFIX/var/lib/postgresql > /dev/null 2>&1 &