4 lines
92 B
Bash
Executable File
4 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
psql -U postgres -f 01.CreateTables.sql
|
|
psql -U postgres -f 02.Datos_prueba.sql
|