mirror of
https://github.com/c0de-archive/django-gallery.git
synced 2024-12-22 18:22:42 +00:00
2 lines
45 B
Bash
2 lines
45 B
Bash
|
#!/bin/bash
|
||
|
su postgres -c "psql < newdb.sql"
|