dbstart.sh (120B)
1 #!/bin/bash 2 3 su -c "createuser --host=dbcontainer root" postgres 4 su -c "createdb --host=dbcontainer talertest" postgres