3 lines
113 B
Bash
3 lines
113 B
Bash
|
|
#!/bin/bash
|
||
|
|
bundle exec jam_db up --connopts=dbname:jam host:localhost user:postgres password:postgres --verbose
|