mirror of
https://github.com/actix/examples
synced 2024-12-03 02:02:22 +01:00
4 lines
68 B
Bash
4 lines
68 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
psql -U postgres -h 127.0.0.1 -f setup_db_and_user.sql
|