5 lignes
101 o
Bash
5 lignes
101 o
Bash
#!/bin/sh
|
|
|
|
export PGPASSWORD=test
|
|
|
|
psql -h localhost -q -U test test < schema/ttrss_schema_pgsql.sql
|