6 lines
99 B
Bash
Executable file
6 lines
99 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source ./script_config.sh
|
|
|
|
podman exec rebased-db psql -U $PG_USER $PG_NAME < db.sql
|
|
|